Update setup

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

View file

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

View file

@ -74,7 +74,7 @@ setup(name='stable_baselines3',
'stable_baselines3': ['py.typed', 'version.txt']
},
install_requires=[
'gym[classic_control]>=0.11',
'gym>=0.11',
'numpy',
'torch>=1.4.0',
# For saving models

View file

@ -1 +1 @@
0.6.0a4
0.6.0a5