Forrest99 commited on
Commit
c70f44b
·
verified ·
1 Parent(s): 0e8663c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- fastapi>=0.68
2
- uvicorn>=0.15
3
- torch>=1.9
4
- transformers>=4.11
 
 
1
+ fastapi==0.68.1
2
+ uvicorn==0.15.0
3
+ torch==1.9.0
4
+ transformers==4.11.3
5
+ python-multipart==0.0.5