Update requirements

This commit is contained in:
Antonin RAFFIN 2020-05-07 16:21:33 +02:00
parent c5f29a3931
commit aa66012764
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
Changelog
==========
Pre-Release 0.6.0a3 (WIP)
Pre-Release 0.6.0a4 (WIP)
------------------------------

View file

@ -105,7 +105,7 @@ setup(name='stable_baselines3',
# For render
'opencv-python',
# For atari games,
'gym[classic_control,atari]>=0.11'
'atari_py~=0.2.0', 'Pillow'
]
},
description='Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms.',

View file

@ -1 +1 @@
0.6.0a3
0.6.0a4