Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots authored Jun 21, 2022
1 parent 8f21788 commit 1af228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_version():
packages=["pettingzoo"]
+ ["pettingzoo." + pkg for pkg in find_packages("pettingzoo")],
include_package_data=True,
install_requires=["numpy>=1.18.0", "gym>=0.21.0"],
install_requires=["numpy>=1.18.0", "gym>=0.24.1"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 1af228b

Please sign in to comment.