robertknight / ocrs-models

PyTorch models for the ocrs OCR engine
31 stars 5 forks source link

Switch package management to Poetry and update dependencies #9

Closed robertknight closed 5 months ago

robertknight commented 5 months ago

Apparently all the cool kids are using Poetry, so I will give it a go too.

More seriously it provides slightly faster dependency installation, nicer CLI output and shares a config file (pyproject.toml) with other tools. The lockfile format is also more diff-friendly.

In the process update all dependencies to current versions.