Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Exclude a badly formed version of gym.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmatters committed Nov 16, 2023
1 parent 4f5b57e commit a84a666
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", "gym>=0.15,<=0.23"],
install_requires=["pybind11>=2.2", "numpy>=1.16", "gym>=0.15,<=0.23,!=0.20"],
extras_require=extras_deps,
python_requires=">=3.5",
classifiers=[
Expand Down

0 comments on commit a84a666

Please sign in to comment.