chryzxc commited on
Commit
d6190c8
·
verified ·
1 Parent(s): 80490de

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- onnxruntime
2
- transformers>=4.41.0
3
- fastapi
4
- numpy
5
- uvicorn
 
1
+ fastapi>=0.68.0
2
+ onnxruntime>=1.10.0
3
+ numpy>=1.21.0
4
+ uvicorn>=0.15.0