remove numba dependency (previously used to free CUDA memory)

This commit is contained in:
Robert Sachunsky 2026-07-07 22:09:46 +02:00
parent 16943f70b4
commit 1567df1379

View file

@ -1,9 +1,7 @@
# ocrd includes opencv, numpy, shapely, click # ocrd includes opencv, numpy, shapely, click
ocrd >= 3.3.0 ocrd >= 3.3.0
numpy < 2.0
scikit-learn >= 0.23.2 scikit-learn >= 0.23.2
tensorflow tensorflow
tf-keras # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1) tf-keras # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
numba <= 0.58.1
scikit-image scikit-image
tabulate tabulate