yassonee commited on
Commit
1229687
·
verified ·
1 Parent(s): af17427

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -11
requirements.txt CHANGED
@@ -1,19 +1,13 @@
 
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
 
1
+ streamlit==1.28.2
2
  fastapi==0.104.1
3
  uvicorn==0.24.0
 
4
  torch==2.1.1
5
  transformers==4.35.2
6
  Pillow==10.1.0
7
  python-multipart==0.0.6
8
+ pydantic==2.5.2
 
 
9
  numpy==1.26.2
10
+ nest-asyncio==1.5.8
11
+ python-dotenv==1.0.0
 
12
  aiofiles==23.2.1
13
+ starlette==0.27.0