Skip to content

Commit 97d8eeb

Browse files
committed
working conda env
1 parent 7825b01 commit 97d8eeb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environment.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ channels:
55
dependencies:
66
- python=3.7.6
77
- pinocchio=2.3.1
8+
- urdfdom=1.0.4
89
- assimp=4.1.0
9-
- pytorch=1.3.1=py3.7_cuda10.1.243_cudnn7.6.3_0
10-
- torchvision=0.4.2=py37_cu101
1110
- rclone=1.52.3
1211
- gxx_linux-64=7.3.0
1312
- git-lfs=2.11.0
@@ -20,8 +19,10 @@ dependencies:
2019
- pillow=6.0.0
2120
- ipython
2221
- pip:
23-
- ./deps/bullet3
2422
- ./deps/job-runner
23+
- torch
24+
- torchvision
25+
- pybullet
2526
- imageio==2.6.1
2627
- simplejson==3.17.0
2728
- opencv-python==4.1.2.30

0 commit comments

Comments
 (0)