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 3854088 commit a1eb114
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 @@ -27,7 +27,7 @@ def get_version():
keywords=["Reinforcement Learning", "gym"],
packages=setuptools.find_packages(),
python_requires=">=3.7",
install_requires=["pettingzoo>=1.15.0", "tinyscaler>=1.0.4", "gym>=0.22.0"],
install_requires=["pettingzoo>=1.19.0", "tinyscaler>=1.0.4", "gym>=0.24.1"],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit a1eb114

Please sign in to comment.