Spaces:
Sleeping
Sleeping
Commit
·
f77973d
1
Parent(s):
b16111e
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
opencv-python-headless
|
2 |
torch
|
3 |
gradio
|
4 |
-
git+https://github.com/kargaranamir/visual-clutter
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python-headless==4.5.3
|
2 |
torch
|
3 |
gradio
|
4 |
+
git+https://github.com/kargaranamir/visual-clutter --no-deps
|
5 |
+
numpy>=1.22
|
6 |
+
scipy ~= 1.7.0
|
7 |
+
Pillow ~= 8.3.1
|
8 |
+
pyrtools ~= 1.0.0
|
9 |
+
scikit-image ~= 0.16.2
|