lyimo commited on
Commit
ef17f59
·
verified ·
1 Parent(s): be9c0ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- fasthtml
2
- fastai
3
- uvicorn
4
- python-multipart
 
 
 
1
+ python-fasthtml
2
+ fastai==2.7.12
3
+ torch>=2.0.0
4
+ torchvision>=0.15.0
5
+ Pillow>=9.0.0
6
+ uvicorn>=0.17.0