Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
streamlit==1.47.1
|
| 3 |
numpy==2.0.2
|
| 4 |
pandas==2.2.2
|
|
@@ -9,13 +9,13 @@ joblib==1.5.1
|
|
| 9 |
langdetect==1.0.9
|
| 10 |
typing-extensions==4.14.1
|
| 11 |
|
| 12 |
-
#
|
| 13 |
scikit-learn==1.6.1
|
| 14 |
-
sentence-transformers==2.
|
| 15 |
-
|
| 16 |
tensorflow==2.18.0
|
| 17 |
torch==2.6.0
|
| 18 |
transformers==4.54.0
|
| 19 |
|
| 20 |
-
# Optional (used
|
| 21 |
protobuf==5.29.5
|
|
|
|
| 1 |
+
# Core and UI
|
| 2 |
streamlit==1.47.1
|
| 3 |
numpy==2.0.2
|
| 4 |
pandas==2.2.2
|
|
|
|
| 9 |
langdetect==1.0.9
|
| 10 |
typing-extensions==4.14.1
|
| 11 |
|
| 12 |
+
# ML & NLP
|
| 13 |
scikit-learn==1.6.1
|
| 14 |
+
sentence-transformers==2.6.1
|
| 15 |
+
huggingface-hub==0.57.0
|
| 16 |
tensorflow==2.18.0
|
| 17 |
torch==2.6.0
|
| 18 |
transformers==4.54.0
|
| 19 |
|
| 20 |
+
# Optional (used internally)
|
| 21 |
protobuf==5.29.5
|