Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dayyass committed Aug 16, 2022
1 parent fe9e783 commit 141c3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
url="https://github.com/dayyass/rllib",
packages=["rllib"],
install_requires=[
"gym==0.24.1",
"gym==0.25.1",
"gym[atari,accept-rom-license]==0.25.1",
"numpy==1.21.6",
"Pillow==9.2.0",
"torch==1.12.1",
"tqdm==4.64.0",
],
)

0 comments on commit 141c3a5

Please sign in to comment.