thechaiexperiment commited on
Commit
1c3eaab
·
1 Parent(s): 8733a00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
  fastapi==0.115.6
2
  uvicorn==0.32.1
3
- sentence-transformers==2.2.2
4
- transformers==4.44.2
5
  torch==2.2.0
6
  scikit-learn==1.6.0
7
  torchvision==0.17.0
@@ -9,4 +7,6 @@ numpy==1.23.5
9
  beautifulsoup4==4.12.3
10
  nltk==3.9.1
11
  pandas==2.2.3
12
- huggingface_hub==0.4.0
 
 
 
1
  fastapi==0.115.6
2
  uvicorn==0.32.1
 
 
3
  torch==2.2.0
4
  scikit-learn==1.6.0
5
  torchvision==0.17.0
 
7
  beautifulsoup4==4.12.3
8
  nltk==3.9.1
9
  pandas==2.2.3
10
+ sentence-transformers>=2.2.2
11
+ transformers>=4.44.2
12
+ huggingface_hub>=0.4.0,<1.0