mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-05 08:59:57 +02:00
cap tensorflow version to <2.12.0
Cap tensorflow version to <2.12.0 until we have time to adapt to the API changes such as e.g. * Support for Python 3.11 has been added. * Support for Python 3.7 has been removed. See also https://github.com/tensorflow/tensorflow/releases/tag/v2.12.0.
This commit is contained in:
parent
6ba5cdcc11
commit
e5acee09ab
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# ocrd includes opencv, numpy, shapely, click
|
# ocrd includes opencv, numpy, shapely, click
|
||||||
ocrd >= 2.23.3
|
ocrd >= 2.23.3
|
||||||
scikit-learn >= 0.23.2
|
scikit-learn >= 0.23.2
|
||||||
tensorflow >= 2.4.0
|
tensorflow >= 2.4.0, <2.12.0
|
||||||
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