Skip to content

Commit 8fd38c0

Browse files
authored
Merge pull request Simple-Robotics#11 from swtyree/pr_conda_env_fix
Environment setup fixes
2 parents 64f9583 + 776bae9 commit 8fd38c0

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)