Skip to content

Commit

Permalink
restrict tf2 to less than 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Mar 15, 2024
1 parent 482511a commit 263a61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ocrd >= 2.23.3
numpy <1.24.0
scikit-learn >= 0.23.2
tensorflow == 2.13.0 # TF 2.14 or greater pulls incompatible Keras 3
tensorflow <2.16.0 # TF 2.16 or greater pulls incompatible Keras 3
imutils >= 0.5.3
matplotlib
setuptools >= 50

0 comments on commit 263a61c

Please sign in to comment.