mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
Update setup
This commit is contained in:
parent
aa66012764
commit
e6ff4bbd6c
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Changelog
|
||||
==========
|
||||
|
||||
Pre-Release 0.6.0a4 (WIP)
|
||||
Pre-Release 0.6.0a5 (WIP)
|
||||
------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.6.0a4
|
||||
0.6.0a5
|
||||
|
|
|
|||
Loading…
Reference in a new issue