mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
move Torch to optional dependencies (to avoid clash with TF over CuDNN)
This commit is contained in:
parent
871d7bfc5a
commit
f765e2603b
2 changed files with 4 additions and 4 deletions
|
@ -25,6 +25,10 @@ classifiers = [
|
|||
"Topic :: Scientific/Engineering :: Image Processing",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
OCR = ["torch <= 2.0.1", "transformers <= 4.30.2"]
|
||||
plotting = ["matplotlib"]
|
||||
|
||||
[project.scripts]
|
||||
eynollah = "eynollah.cli:main"
|
||||
ocrd-eynollah-segment = "eynollah.ocrd_cli:main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue