Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
openai
|
2 |
-
streamlit
|
3 |
-
youtube-transcript-api
|
4 |
-
pydub
|
5 |
-
numpy
|
6 |
-
pandas
|
7 |
-
scipy
|
8 |
-
matplotlib
|
9 |
-
requests
|
10 |
-
datasets
|
11 |
-
huggingface-hub
|
12 |
-
hf-transfer
|
13 |
-
protobuf
|
14 |
-
click
|
15 |
-
pydantic
|
16 |
-
setuptools
|
17 |
-
pip
|
|
|
1 |
+
openai==0.27.2
|
2 |
+
streamlit==1.15.2
|
3 |
+
youtube-transcript-api==0.4.4
|
4 |
+
pydub==0.25.1
|
5 |
+
numpy==1.23.5
|
6 |
+
pandas==1.5.2
|
7 |
+
scipy==1.9.3
|
8 |
+
matplotlib==3.6.2
|
9 |
+
requests==2.28.1
|
10 |
+
datasets==2.7.0
|
11 |
+
huggingface-hub>=0.19
|
12 |
+
hf-transfer>=0.1.4
|
13 |
+
protobuf<4
|
14 |
+
click<8.1
|
15 |
+
pydantic~=1.0
|
16 |
+
setuptools>=58.0.0
|
17 |
+
pip>=22.3.1
|