Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Dec 18, 2023
1 parent 0e11e11 commit 2afc957
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 @@ -90,7 +90,7 @@ def run(self):
url="https://github.com/farama-foundation/stable-retro",
version=open(VERSION_PATH).read().strip(),
license="MIT",
install_requires=["gymnasium>=0.27.1", "pyglet>=1.3.2,==1.*", "farama-notifications >=0.0.1"],
install_requires=["gymnasium>=0.27.1", "pyglet>=1.3.2,==1.*", "farama-notifications>=0.0.1"],
python_requires=">=3.8.0,<3.13",
ext_modules=[Extension("retro._retro", ["CMakeLists.txt", "src/*.cpp"])],
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit 2afc957

Please sign in to comment.