thechaiexperiment commited on
Commit
780066b
·
1 Parent(s): cd779ad

Update requirements.txt

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