NiranjanShetty commited on
Commit
bed6748
1 Parent(s): e997958

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- pandas
5
- numpy
6
- Pillow
7
- torch
8
- torchvision
9
- scikit-learn
 
1
+ pandas==2.0.3
2
+ torch==2.0.1
3
+ transformers==4.35.0
4
+ symspellpy==6.7.0
5
+ streamlit==1.25.0
6
+ scikit-learn==1.3.2
7
+ numpy==1.24.4