restrict tf2 to less than 2.16

This commit is contained in:
cneud 2024-03-15 21:22:09 +01:00
parent 482511adc0
commit 263a61c5a3

View file

@ -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.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 imutils >= 0.5.3
matplotlib matplotlib
setuptools >= 50 setuptools >= 50