brendon-ai commited on
Commit
2f88726
·
verified ·
1 Parent(s): 51a0302

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- fastapi
2
- uvicorn
3
- pydantic>=2.0 # FastAPI relies on Pydantic, specify a version if needed
4
- transformers
5
- torch
 
1
+ torch>=2.0.0
2
+ transformers>=4.30.0
3
+ fastapi>=0.100.0
4
+ uvicorn[standard]>=0.23.0
5
+ pydantic>=2.0.0