Spaces:
Runtime error
Runtime error
xichen98cn
commited on
Commit
•
9df54af
1
Parent(s):
04a581e
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
pyyaml==
|
2 |
einops
|
3 |
docutils==0.16
|
4 |
# https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
|
@@ -28,5 +28,5 @@ timm
|
|
28 |
h5py
|
29 |
submitit
|
30 |
scikit-image
|
31 |
-
opencv-python-headless
|
32 |
-
open_clip_torch
|
|
|
1 |
+
pyyaml==6.0.1
|
2 |
einops
|
3 |
docutils==0.16
|
4 |
# https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
|
|
|
28 |
h5py
|
29 |
submitit
|
30 |
scikit-image
|
31 |
+
opencv-python-headless==4.8.0.76
|
32 |
+
open_clip_torch==2.26.1
|