mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-02-20 16:32:03 +01:00
- do not restrict TF version, but depend on tf-keras and set `TF_USE_LEGACY_KERAS=1` to avoid Keras 3 behaviour - relax Numpy version requirement up to v2 - relax Torch version requirement - drop TF1 session management code - drop TF1 config in favour of TF2 config code for memory growth - training.*: also simplify and limit line length - training.train: always train with TensorBoard callback
9 lines
205 B
Text
9 lines
205 B
Text
# ocrd includes opencv, numpy, shapely, click
|
|
ocrd >= 3.3.0
|
|
numpy < 2.0
|
|
scikit-learn >= 0.23.2
|
|
tensorflow
|
|
tf-keras # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
|
numba <= 0.58.1
|
|
scikit-image
|
|
biopython
|