NikhilPatil commited on
Commit
360ac9a
·
verified ·
1 Parent(s): 35db646

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # UI and Core
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
- # Machine Learning / NLP
13
  scikit-learn==1.6.1
14
- sentence-transformers==2.2.2
15
- huggingface_hub==0.14.1
16
  tensorflow==2.18.0
17
  torch==2.6.0
18
  transformers==4.54.0
19
 
20
- # Optional (used by TensorFlow and Keras)
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