Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ataitler authored Feb 5, 2024
1 parent 361ba66 commit b5d568a
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 @@ -22,7 +22,7 @@
author_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]",
description="pyRDDLGym: RDDL automatic generation tool for OpenAI Gym",
license="MIT License",
url="https://github.com/ataitler/pyRDDLGym",
url="https://github.com/pyrddlgym-project/pyRDDLGym",
packages=find_packages(),
install_requires=['ply', 'pillow>=9.2.0', 'matplotlib>=3.5.0', 'numpy>=1.22', 'gym>=0.24.0', 'pygame'],
python_requires=">=3.8",
Expand Down

0 comments on commit b5d568a

Please sign in to comment.