mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
pin scikit-learn
version supporting Python 3.8-3.12
This commit is contained in:
parent
6524b0b850
commit
c3d9315b9e
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ classifiers = [
|
|||
dependencies = [
|
||||
"ocrd >= 2.63.3",
|
||||
"numpy <1.24.0",
|
||||
"scikit-learn >= 1.4.1",
|
||||
"scikit-learn >= 1.3.2",
|
||||
"tensorflow == 2.12.1",
|
||||
"imutils >= 0.5.4",
|
||||
"matplotlib",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ocrd includes opencv, numpy, shapely, click
|
||||
ocrd >= 2.63.3
|
||||
numpy <1.24.0
|
||||
scikit-learn >= 1.4.1
|
||||
scikit-learn == 1.3.2 # only version supporting Python 3.8-3.12
|
||||
tensorflow == 2.12.1
|
||||
imutils >= 0.5.4
|
||||
matplotlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue