Spaces:
Paused
Paused
Chao Xu
commited on
Commit
โข
f7e137f
1
Parent(s):
f79ddf6
less requirements
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
numpy
|
3 |
torch>=2.0.0
|
4 |
torchvision
|
5 |
albumentations>=0.4.3
|
@@ -21,30 +20,18 @@ fire>=0.4.0
|
|
21 |
gradio>=3.40.1
|
22 |
diffusers>=0.12.1
|
23 |
datasets[vision]>=2.4.0
|
24 |
-
carvekit-colab>=4.1.0
|
25 |
rich>=13.3.2
|
26 |
plotly>=5.13.1
|
27 |
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
28 |
# elev est
|
29 |
dl_ext
|
30 |
-
easydict
|
31 |
-
glumpy
|
32 |
-
gym
|
33 |
-
h5py
|
34 |
loguru
|
35 |
matplotlib
|
36 |
-
# mplib
|
37 |
-
multipledispatch
|
38 |
-
packaging
|
39 |
Pillow
|
40 |
-
pycocotools
|
41 |
-
motion-planning
|
42 |
-
pyrender
|
43 |
PyYAML
|
44 |
scikit_image
|
45 |
scikit_learn
|
46 |
scipy
|
47 |
-
screeninfo
|
48 |
setuptools
|
49 |
tensorboardX
|
50 |
tqdm
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
2 |
torch>=2.0.0
|
3 |
torchvision
|
4 |
albumentations>=0.4.3
|
|
|
20 |
gradio>=3.40.1
|
21 |
diffusers>=0.12.1
|
22 |
datasets[vision]>=2.4.0
|
|
|
23 |
rich>=13.3.2
|
24 |
plotly>=5.13.1
|
25 |
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
26 |
# elev est
|
27 |
dl_ext
|
|
|
|
|
|
|
|
|
28 |
loguru
|
29 |
matplotlib
|
|
|
|
|
|
|
30 |
Pillow
|
|
|
|
|
|
|
31 |
PyYAML
|
32 |
scikit_image
|
33 |
scikit_learn
|
34 |
scipy
|
|
|
35 |
setuptools
|
36 |
tensorboardX
|
37 |
tqdm
|