Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -12
requirements.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
sentence-transformers
|
5 |
-
scikit-learn
|
6 |
-
|
7 |
-
|
8 |
-
watchdog
|
9 |
-
requests
|
10 |
-
plotly
|
11 |
-
beautifulsoup4
|
12 |
-
audio_recorder_streamlit
|
|
|
1 |
+
streamlit>=1.24.0
|
2 |
+
pandas>=1.5.3
|
3 |
+
numpy>=1.24.3
|
4 |
+
sentence-transformers>=2.2.2
|
5 |
+
scikit-learn>=1.2.2
|
6 |
+
requests>=2.28.2
|
7 |
+
pyarrow>=12.0.1
|
|
|
|
|
|
|
|
|
|