Skip to content

Commit

Permalink
pin scikit-learn version supporting Python 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Mar 19, 2024
1 parent 6524b0b commit c3d9315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml.draft
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c3d9315

Please sign in to comment.