Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Nov 22, 2024
1 parent 98e743f commit f0bb324
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 @@ -24,7 +24,7 @@
license="MIT License",
url="https://github.com/pyrddlgym-project/pyRDDLGym",
packages=find_packages(),
install_requires=['ply', 'pillow>=9.2.0', 'matplotlib>=3.5.0', 'numpy>=1.22,<2', 'gymnasium', 'pygame', 'termcolor'],
install_requires=['ply', 'pillow>=9.2.0', 'matplotlib>=3.5.0', 'numpy>=1.22', 'gymnasium', 'pygame', 'termcolor'],
python_requires=">=3.8,<3.13",
package_data={'': ['*.cfg']},
include_package_data=True,
Expand Down

0 comments on commit f0bb324

Please sign in to comment.