restrict keras version to < 2.4

pull/18/head
Konstantin Baierer 3 years ago
parent c7d509bb2c
commit 916e0a1870

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

Loading…
Cancel
Save