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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -9,12 +9,13 @@ joblib==1.5.1
9
  langdetect==1.0.9
10
  typing-extensions==4.14.1
11
 
12
- # Machine Learning
13
  scikit-learn==1.6.1
14
  sentence-transformers==2.2.2
 
15
  tensorflow==2.18.0
16
  torch==2.6.0
17
  transformers==4.54.0
18
 
19
- # Optional
20
  protobuf==5.29.5
 
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