Documenting tested Python and library versions.

This commit is contained in:
Alexander Pacha 2022-08-22 10:45:17 +02:00
parent 4ce0e47529
commit 8b6b749ad4
2 changed files with 7 additions and 3 deletions

View file

@ -16,6 +16,10 @@ Clone the repository, enter it and run
`pip install .` `pip install .`
### Requirements
This project has been tested with Python 3.6 and the library versions specified in the requirements.txt, but might also work with later versions of Tensorflow.
### Models ### Models
Pre-trained models in `HDF5` format can be downloaded from here: Pre-trained models in `HDF5` format can be downloaded from here:

View file

@ -1,5 +1,5 @@
numpy numpy
setuptools >= 41 setuptools>=41
opencv-python-headless ocrd==2.38.0
ocrd >= 2.38.0 opencv-python-headless==4.6.0.66
tensorflow >= 2.4.0 tensorflow >= 2.4.0