Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szemenyeim committed Jun 4, 2020
1 parent b3c74ec commit 109b567
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='DynEnv',
version='1.2',
version='2.0',
author="Marton Szemenyei",
author_email="[email protected]",
description="Dynamic RL Environments for Autonomous Driving and Robot Soccer",
Expand All @@ -28,6 +28,11 @@
'imageio',
'torch',
'pandas',
'matplotlib'
'matplotlib',
'h5py',
'xlwt',
'best',
'scipy',
'pymc3'
],
)

0 comments on commit 109b567

Please sign in to comment.