leobcc
commited on
Commit
·
1fc711c
1
Parent(s):
6561b5f
Update requirement.txt
Browse files- requirement.txt +6 -4
requirement.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
cython
|
2 |
chumpy==0.70
|
3 |
scikit-image==0.18.1
|
4 |
-
torch==1.9.1
|
5 |
-
torchvision==0.10.1
|
|
|
6 |
pytorch-lightning==1.5.7
|
7 |
hydra-core==1.1.1
|
8 |
wandb==0.13.1
|
9 |
aitviewer
|
10 |
trimesh
|
11 |
-
setuptools==59.5.0
|
|
|
|
1 |
+
cython
|
2 |
chumpy==0.70
|
3 |
scikit-image==0.18.1
|
4 |
+
torch==1.9.1
|
5 |
+
torchvision==0.10.1
|
6 |
+
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
|
7 |
pytorch-lightning==1.5.7
|
8 |
hydra-core==1.1.1
|
9 |
wandb==0.13.1
|
10 |
aitviewer
|
11 |
trimesh
|
12 |
+
setuptools==59.5.0
|
13 |
+
|