Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed Jul 25, 2019
1 parent 3e98dfc commit e7fd252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name="torch_ac",
version="1.0.2",
version="1.1.0",
keywords="reinforcement learning, actor-critic, a2c, ppo, multi-processes, gpu",
packages=find_packages(),
install_requires=[
"numpy>=1.13.0",
"torch>=1.0.0"
]
)
)

0 comments on commit e7fd252

Please sign in to comment.