Batnini commited on
Commit
2d06380
·
verified ·
1 Parent(s): 9069208

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  gradio>=3.0
2
  requests
3
- sentence-transformers
4
  scikit-learn
5
  numpy
6
- transformers==4.30.0 # Specific stable version
 
 
1
  gradio>=3.0
2
  requests
3
+ sentence-transformers>=3.0.1 # Updated for compatibility with huggingface_hub
4
  scikit-learn
5
  numpy
6
+ transformers==4.30.0
7
+ torch