NOT-OMEGA commited on
Commit
cc79034
·
verified ·
1 Parent(s): 3b3178f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- gradio==4.44.0
2
- sentence-transformers==3.0.1
3
- scikit-learn==1.5.1
4
- huggingface-hub==0.24.6
5
- joblib==1.4.2
6
- pandas==2.2.2
7
- numpy==1.26.4
 
1
+ sentence-transformers>=3.3.0
2
+ scikit-learn>=1.6.0
3
+ huggingface-hub>=0.30.0
4
+ joblib>=1.4.2
5
+ pandas>=2.2.3
6
+ numpy>=2.0.0