Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ transformers>=4.30.0
|
|
3 |
torch>=2.0.0
|
4 |
librosa>=0.10.0
|
5 |
numpy>=1.24.0
|
6 |
-
scipy>=1.10.0
|
|
|
|
|
|
3 |
torch>=2.0.0
|
4 |
librosa>=0.10.0
|
5 |
numpy>=1.24.0
|
6 |
+
scipy>=1.10.0
|
7 |
+
python-dotenv
|
8 |
+
requests
|