restrict keras version to < 2.4

This commit is contained in:
Konstantin Baierer 2021-02-04 15:37:36 +01:00
parent 6bb32c0bfd
commit ef1e32ee97

View file

@ -1,6 +1,6 @@
# ocrd includes opencv, numpy, shapely, click # ocrd includes opencv, numpy, shapely, click
ocrd >= 2.20.1 ocrd >= 2.20.3
keras >= 2.3.1 keras >= 2.3.1, < 2.4
scikit-learn >= 0.23.2 scikit-learn >= 0.23.2
tensorflow-gpu >= 1.15, < 2 tensorflow-gpu >= 1.15, < 2
imutils >= 0.5.3 imutils >= 0.5.3