loosen transformers requirement

This commit is contained in:
Roberts Slisans 2024-11-17 23:47:12 +02:00 committed by GitHub
parent 09ffec66fa
commit 871610695d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',