mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-25 21:19:18 +02:00
deps: OCR requires explicit dep on tensorflow/keras now
This commit is contained in:
parent
b4165114ea
commit
c5713e010e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
torch
|
||||
transformers <= 4.30.2 ; python_version < '3.10'
|
||||
transformers >= 5 ; python_version >= '3.10'
|
||||
tensorflow < 2.16 # for tensorflow-addons, so only needed in training
|
||||
tf-keras < 2.16 # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue