Spaces:
Running
Running
update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
timm
|
4 |
-
pillow
|
5 |
-
numpy
|
6 |
-
opencv-python
|
7 |
-
tqdm
|
8 |
-
matplotlib
|
9 |
-
gradio
|
10 |
-
wandb
|
11 |
-
datasets
|
12 |
-
scikit-learn
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
timm>=0.9.2
|
4 |
+
pillow>=9.0.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
opencv-python>=4.8.0
|
7 |
+
tqdm>=4.65.0
|
8 |
+
matplotlib>=3.7.0
|
9 |
+
gradio>=4.0.0
|
10 |
+
wandb>=0.15.0
|
11 |
+
datasets>=2.14.0
|
12 |
+
scikit-learn>=1.3.0
|