make training dependencies optional-dependencies of eynollah

i.e. `pip install "eynollah[training]"` will install the requirements for training
This commit is contained in:
kba 2025-10-01 18:01:21 +02:00
parent 733af1e9a7
commit 48266b1ee0
5 changed files with 13 additions and 11 deletions

2
requirements-ocr.txt Normal file
View file

@ -0,0 +1,2 @@
torch <= 2.0.1
transformers <= 4.30.2