Spaces:
Runtime error
Runtime error
xichen98cn
commited on
Commit
•
d2cb5d8
1
Parent(s):
9cd27c1
Update requirements.txt
Browse files- requirements.txt +34 -11
requirements.txt
CHANGED
@@ -1,11 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pyyaml==5.1
|
2 |
+
torch==1.12.1
|
3 |
+
torchvision==0.13.1
|
4 |
+
|
5 |
+
docutils==0.16
|
6 |
+
# https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
|
7 |
+
sphinx==3.2.0
|
8 |
+
recommonmark==0.6.0
|
9 |
+
sphinx_rtd_theme
|
10 |
+
# Dependencies here are only those required by import
|
11 |
+
termcolor
|
12 |
+
numpy
|
13 |
+
tqdm
|
14 |
+
matplotlib
|
15 |
+
termcolor
|
16 |
+
yacs
|
17 |
+
tabulate
|
18 |
+
cloudpickle
|
19 |
+
Pillow==9.3.0
|
20 |
+
future
|
21 |
+
fvcore
|
22 |
+
omegaconf>=2.1.0.dev24
|
23 |
+
hydra-core>=1.1.0.dev5
|
24 |
+
|
25 |
+
|
26 |
+
cython
|
27 |
+
scipy
|
28 |
+
shapely
|
29 |
+
timm
|
30 |
+
h5py
|
31 |
+
submitit
|
32 |
+
scikit-image
|
33 |
+
opencv-python-headless
|
34 |
+
open_clip_torch
|