Commit Graph

17 Commits (0ae28f7d3ef33d6bf3650b99bc7646c3234341d1)

Author SHA1 Message Date
Robert Sachunsky 0ae28f7d3e switch from stdlib to loky.ProcessPoolExecutor, ensure shutdown
Robert Sachunsky f765e2603b move Torch to optional dependencies (to avoid clash with TF over CuDNN)
vahidrezanezhad 5fa8ca46a4 updating requirements
Clemens Neudecker 1ae77e61c8
Update requirements.txt
cneud b3fa684395 pin tf2 version to 2.12.1
until we fix keras compatibility
Clemens Neudecker 03bfd7a390
Update requirements.txt
Update to `tensorflow>=2.12` (drops Python 3.7 support)
* fix  
* fix 

Tested by @vahidrezanezhad @cneud
Clemens Neudecker b58a327c5d
cap numpy to <1.24.0
OK so now numpy is the culprit (shipped unbound via ocrd) which had several deprecations expire with release of v1.24.0 that require changes to our codebase, e.g. 
* The deprecation for the aliases np.object, np.bool, np.float, np.complex, np.str, and np.int is expired
* Ragged array creation will now always raise a ValueError unless dtype=object is passed.

See also here: https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations
Clemens Neudecker e5acee09ab
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.
Robert Sachunsky 34a061782c
depend on tensorflow instead of tensorflow-gpu ()
cneud 8c11b2253d update requirements (use tf2)
Gerber, Mike 70e7316907 🐛 Fix ocrd core requirement
eynollah requires at ocrd >= 2.22.0 for the resource resolving code,
otherwise it fails with an AttributeError. Fix this by bumping up the
requirement.

I bumped it to 2.23.3 so core *also* includes the latest model resource
for eynollah.
Konstantin Baierer da563519ec require setuptools >= 50
Konstantin Baierer 916e0a1870 restrict keras version to < 2.4
vahidrezanezhad e3a55721f1
Update requirements.txt
Clemens Neudecker a3e55582f7
tensorflow-gpu instead of tensorflow
Konstantin Baierer 30829bc9b2 seaborn not currently used
Konstantin Baierer f229907e41 extend setup.py, add Makefile, gitignore, requirements.txt