Spaces:
Sleeping
Sleeping
kyleleey
commited on
Commit
·
72904f9
1
Parent(s):
1660c74
update requirements
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
ConfigArgParse==1.5.3
|
2 |
einops==0.4.1
|
3 |
fire==0.5.0
|
@@ -8,21 +11,19 @@ ipdb==0.13.9
|
|
8 |
lpips==0.1.4
|
9 |
matplotlib==3.8.1
|
10 |
numpy==1.23.1
|
11 |
-
nvdiffrast==0.3.0
|
12 |
Pillow==9.2.0
|
13 |
Pillow==10.1.0
|
14 |
PyOpenGL==3.1.6
|
15 |
PyOpenGL==3.1.7
|
16 |
-
pytorch3d==0.7.2
|
17 |
PyYAML==6.0
|
18 |
PyYAML==6.0.1
|
19 |
scipy==1.9.1
|
20 |
segment_anything==1.0
|
21 |
siren_pytorch==0.1.7
|
22 |
-
tinycudann==1.7
|
23 |
-
torch==1.10.0
|
24 |
-
torchvision==0.11.0
|
25 |
transformers==4.28.1
|
26 |
trimesh==4.0.0
|
27 |
wandb==0.14.2
|
28 |
xatlas==0.0.7
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch==1.10.0
|
3 |
+
torchvision==0.11.0
|
4 |
ConfigArgParse==1.5.3
|
5 |
einops==0.4.1
|
6 |
fire==0.5.0
|
|
|
11 |
lpips==0.1.4
|
12 |
matplotlib==3.8.1
|
13 |
numpy==1.23.1
|
|
|
14 |
Pillow==9.2.0
|
15 |
Pillow==10.1.0
|
16 |
PyOpenGL==3.1.6
|
17 |
PyOpenGL==3.1.7
|
|
|
18 |
PyYAML==6.0
|
19 |
PyYAML==6.0.1
|
20 |
scipy==1.9.1
|
21 |
segment_anything==1.0
|
22 |
siren_pytorch==0.1.7
|
|
|
|
|
|
|
23 |
transformers==4.28.1
|
24 |
trimesh==4.0.0
|
25 |
wandb==0.14.2
|
26 |
xatlas==0.0.7
|
27 |
+
git+https://github.com/NVlabs/nvdiffrast/
|
28 |
+
git+https://github.com/NVlabs/[email protected]#subdirectory=bindings/torch
|
29 |
+
pytorch3d
|