Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
gradio==3.50.2
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
-
pillow
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
-
pandas
|
8 |
-
matplotlib
|
9 |
-
tqdm
|
10 |
-
scikit-image
|
|
|
1 |
gradio==3.50.2
|
2 |
+
numpy>=1.22.0
|
3 |
+
opencv-python-headless>=4.6.0
|
4 |
+
pillow>=9.0.0
|
5 |
+
torch>=1.12.0
|
6 |
+
torchvision>=0.13.0
|
7 |
+
pandas>=1.4.0
|
8 |
+
matplotlib>=3.5.0
|
9 |
+
tqdm>=4.62.0
|
10 |
+
scikit-image>=0.19.0
|