andreiaalexa commited on
Commit
2223798
·
verified ·
1 Parent(s): 54a031a

upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gradio>=5.0,<6.0
2
- huggingface_hub>=0.25
3
  numpy>=1.24
4
  scikit-learn>=1.4
5
- sentence-transformers>=3.0
6
  torch>=2.0
 
1
  gradio>=5.0,<6.0
2
+ huggingface_hub>=0.25,<1.0
3
  numpy>=1.24
4
  scikit-learn>=1.4
5
+ sentence-transformers>=3.0,<4.0
6
  torch>=2.0