eynollah/requirements.txt
Clemens Neudecker 896e50bf06
pin TF version 2.13 in requirements.txt
(TF 2.14 or greater pulls incompatible Keras 3)
2024-03-11 14:37:12 +01:00

8 lines
212 B
Text

# ocrd includes opencv, numpy, shapely, click
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
imutils >= 0.5.3
matplotlib
setuptools >= 50