Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +7 -3
requirement.txt
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
streamlit
|
| 2 |
Pillow
|
| 3 |
opencv-python-headless==4.8.0.74
|
| 4 |
-
numpy==1.
|
| 5 |
matplotlib
|
| 6 |
scikit-image
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
|
|
|
|
| 1 |
streamlit
|
| 2 |
Pillow
|
| 3 |
opencv-python-headless==4.8.0.74
|
| 4 |
+
numpy==1.23.5
|
| 5 |
matplotlib
|
| 6 |
scikit-image
|
| 7 |
+
scipy
|
| 8 |
+
torch==2.0.1
|
| 9 |
+
torchvision==0.15.2
|
| 10 |
+
tqdm
|
| 11 |
+
requests
|
| 12 |
+
pyyaml
|
| 13 |
|
| 14 |
|