mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-14 14:49:54 +02:00
pin TF version 2.13 in requirements.txt
(TF 2.14 or greater pulls incompatible Keras 3)
This commit is contained in:
parent
c9c9047e20
commit
896e50bf06
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
ocrd >= 2.23.3
|
ocrd >= 2.23.3
|
||||||
numpy <1.24.0
|
numpy <1.24.0
|
||||||
scikit-learn >= 0.23.2
|
scikit-learn >= 0.23.2
|
||||||
tensorflow >=2.12.0
|
tensorflow == 2.13.0 # TF 2.14 or greater pulls incompatible Keras 3
|
||||||
imutils >= 0.5.3
|
imutils >= 0.5.3
|
||||||
matplotlib
|
matplotlib
|
||||||
setuptools >= 50
|
setuptools >= 50
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue