Skip to content

Commit

Permalink
remove gymnasium dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BartekCupial committed Nov 20, 2024
1 parent 156f100 commit dc4d5ff
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 @@ -162,7 +162,7 @@ def build_extension(self, ext):
ext_modules=[setuptools.Extension("nle", sources=[])],
cmdclass={"build_ext": CMakeBuild},
setup_requires=["pybind11>=2.2"],
install_requires=["pybind11>=2.2", "numpy>=1.16", "gymnasium==1.0.0"],
install_requires=["pybind11>=2.2", "numpy>=1.16"],
extras_require=extras_deps,
python_requires=">=3.8",
classifiers=[
Expand Down

0 comments on commit dc4d5ff

Please sign in to comment.