Require minimum version of transformers to get pipelines.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ librosa
|
|
3 |
pycountry
|
4 |
scipy
|
5 |
sentencepiece
|
6 |
-
transformers
|
7 |
torch
|
8 |
IPython
|
9 |
TTS
|
|
|
3 |
pycountry
|
4 |
scipy
|
5 |
sentencepiece
|
6 |
+
transformers>=2.5
|
7 |
torch
|
8 |
IPython
|
9 |
TTS
|