mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-04-04 22:17:54 +00:00
loosen transformers requirement
This commit is contained in:
parent
09ffec66fa
commit
871610695d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setuptools.setup(
|
|||
'unidecode',
|
||||
'scipy',
|
||||
'librosa',
|
||||
'transformers>=4.43.0,<=4.43.3',
|
||||
'transformers>=4.43.0,<4.50.0',
|
||||
'tokenizers', # ==0.13.4.rc3',
|
||||
# 'scipy==1.13.1'
|
||||
# 'deepspeed==0.8.3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue