Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
google-api-python-client==2.98.0
|
2 |
-
google-auth-httplib2==0.1.0
|
3 |
-
google-auth-oauthlib==0.6.0
|
4 |
-
huggingface-hub==0.16.4
|
5 |
-
transformers==4.32.0
|
6 |
-
torch==2.1.0
|
7 |
-
speechrecognition==3.8.1
|
8 |
-
pyaudio==0.2.11
|
9 |
-
python-dotenv==1.0.0
|
10 |
-
vosk==0.3.32
|
11 |
-
pandas==2.1.4
|
12 |
-
plotly==5.18.0
|
13 |
-
streamlit==1.30.0
|
14 |
-
sentence-transformers==2.2.2
|
15 |
-
faiss-cpu==1.7.4
|
|
|
|
1 |
+
google-api-python-client==2.98.0
|
2 |
+
google-auth-httplib2==0.1.0
|
3 |
+
google-auth-oauthlib==0.6.0
|
4 |
+
huggingface-hub==0.16.4
|
5 |
+
transformers==4.32.0
|
6 |
+
torch==2.1.0
|
7 |
+
speechrecognition==3.8.1
|
8 |
+
pyaudio==0.2.11
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
vosk==0.3.32
|
11 |
+
pandas==2.1.4
|
12 |
+
plotly==5.18.0
|
13 |
+
streamlit==1.30.0
|
14 |
+
sentence-transformers==2.2.2
|
15 |
+
faiss-cpu==1.7.4
|
16 |
+
google-auth==2.22.0
|