basyx commited on
Commit
faebb3b
·
verified ·
1 Parent(s): feb79b6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- fastapi
2
- uvicorn
3
- gradio
4
- torch --index-url https://download.pytorch.org/whl/cpu
5
- transformers
6
- scipy
7
- python-multipart
8
- numpy
 
1
+ fastapi==0.110.0
2
+ uvicorn==0.27.1
3
+ gradio==4.21.0
4
+ transformers==4.38.2
5
+ torch==2.2.1 --index-url https://download.pytorch.org/whl/cpu
6
+ scipy==1.12.0
7
+ python-multipart==0.0.9
8
+ numpy==1.26.4