Don-Brownie commited on
Commit
753497a
·
verified ·
1 Parent(s): f18cf4e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- gradio
2
- Pillow
3
- torch
4
- transformers
5
- numpy
6
- pandas
7
- torchvision
8
- joblib == 1.2.0
9
- scikit-learn == 1.4.2
10
- matplotlib
 
1
+ torch>=2.11.0,<3.0.0
2
+ torchvision>=0.15.2,<1.0.0
3
+ gradio[oauth]==5.23.1
4
+ numpy>=1.25.0,<2.0
5
+ pandas>=2.1.0,<3.0
6
+ scikit-learn>=1.4.0,<2.0
7
+ joblib>=1.2.0,<2.0
8
+ Pillow>=10.0.0,<11.0