Skip to content

Commit 3f8ed28

Browse files
author
Fan Yang
committed
update conda dependency
1 parent 3b2abce commit 3f8ed28

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ If you're opting for a manual installation, follow these steps:
2626
conda install -c anaconda numpy==1.23.5 nbconvert
2727
```
2828

29-
5. Install rospkg and wandb from the conda-forge channel using the command:
29+
5. Install rospkg, wandb, and PyYAML from the conda-forge channel using the command:
3030
```bash
31-
conda install -c conda-forge rospkg wandb
31+
conda install -c conda-forge rospkg wandb pyyaml==6.0
3232
```
3333

3434
6. Install additional necessary packages using pip3:

iplanner_env.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- defusedxml=0.7.1=pyhd3eb1b0_0
3232
- distro=1.8.0=pyhd8ed1ab_0
3333
- docker-pycreds=0.4.0=py_0
34-
- docutils=0.16=py38_0
34+
- docutils=0.20.1=py38h578d9bd_0
3535
- entrypoints=0.4=py38h06a4308_0
3636
- ffmpeg=4.3=hf484d3e_0
3737
- filelock=3.9.0=py38h06a4308_0
@@ -120,16 +120,17 @@ dependencies:
120120
- python=3.8.16=h7a1cb2a_3
121121
- python-dateutil=2.8.2=pyhd3eb1b0_0
122122
- python-fastjsonschema=2.16.2=py38h06a4308_0
123+
- python_abi=3.8=2_cp38
123124
- pytorch=2.0.1=py3.8_cuda11.8_cudnn8.7.0_0
124125
- pytorch-cuda=11.8=h7e8668a_5
125126
- pytorch-mutex=1.0=cuda
126-
- pyyaml=5.1.2=py38h516909a_1
127+
- pyyaml=6.0=py38h0a891b7_4
127128
- pyzmq=23.2.0=py38h6a678d5_0
128129
- readline=8.2=h5eee18b_0
129130
- requests=2.29.0=py38h06a4308_0
130131
- rospkg=1.5.0=pyhd8ed1ab_0
131132
- sentry-sdk=1.21.1=pyhd8ed1ab_0
132-
- setproctitle=1.1.10=py38h516909a_1001
133+
- setproctitle=1.2.2=py38h0a891b7_2
133134
- setuptools=67.8.0=py38h06a4308_0
134135
- six=1.16.0=pyhd3eb1b0_1
135136
- smmap=3.0.5=pyh44b312d_0

0 commit comments

Comments
 (0)