Skip to content

Commit 1ab740e

Browse files
committed
Corrected the environment.yml file used for conda installation
1 parent 6357c02 commit 1ab740e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ dependencies:
7676
- pip:
7777
- attrs==21.4.0
7878
- click==8.0.4
79-
- cloudpickle==2.0.0
79+
- cloudpickle==1.6.0
8080
- cycler==0.11.0
8181
- deprecated==1.2.13
8282
- dm-tree==0.1.6
8383
- filelock==3.6.0
8484
- fonttools==4.30.0
8585
- grpcio==1.43.0
86-
- gym==0.21.0
86+
- gym==0.19.0
8787
- imageio==2.16.1
8888
- importlib-resources==5.4.0
8989
- jsonschema==4.4.0
@@ -105,6 +105,7 @@ dependencies:
105105
- redis==4.1.4
106106
- scikit-image==0.19.2
107107
- scipy==1.8.0
108+
- stable-baselines3==1.4.0
108109
- tabulate==0.8.9
109110
- tensorboardx==2.5
110111
- tifffile==2022.3.16

0 commit comments

Comments
 (0)