yassonee commited on
Commit
ec7647d
·
verified ·
1 Parent(s): 8c8d0c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -8
requirements.txt CHANGED
@@ -1,8 +1,19 @@
1
- streamlit>=1.24.0
2
- torch>=2.0.0
3
- transformers>=4.30.0
4
- Pillow>=9.5.0
5
- timm>=0.9.0
6
- fastapi>=0.68.0
7
- python-multipart>=0.0.5
8
- uvicorn>=0.15.0
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ streamlit==1.28.2
4
+ torch==2.1.1
5
+ transformers==4.35.2
6
+ Pillow==10.1.0
7
+ python-multipart==0.0.6
8
+ python-dotenv==1.0.0
9
+ gunicorn==21.2.0
10
+ requests==2.31.0
11
+ numpy==1.26.2
12
+ pandas==2.1.3
13
+ scikit-learn==1.3.2
14
+ watchdog==3.0.0
15
+ aiofiles==23.2.1
16
+ pydantic==2.5.2
17
+ starlette==0.27.0
18
+ click==8.1.7
19
+ nest-asyncio==1.5.8