Skip to content

Commit e9bf567

Browse files
committed
Fix dependencies
1 parent 035a77a commit e9bf567

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/rl-games/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ requirements:
2323
- pip
2424
run:
2525
- python >3.7
26-
- gym
27-
- tensorboard
28-
- tensorboardx
26+
- gym >=0.17.2
27+
- tensorboard >=1.14.0
28+
- tensorboardx >=1.6
2929
- pyyaml
3030
- psutil
3131
- setproctitle
3232
- opencv
3333
- wandb
3434
- pytorch
3535
- numpy
36-
- watchdog
36+
- watchdog >=2.19
3737
run_constrained:
3838
- ale-py
3939
- AutoROM

0 commit comments

Comments
 (0)