Update the spaces for complete type hinting (and updates numpy to 1.21) (#37)

This commit is contained in:
Mark Towers
2022-11-15 14:09:22 +00:00
committed by GitHub
parent 3f611a8c2e
commit 37b4c0b0a8
14 changed files with 342 additions and 267 deletions

View File

@@ -85,7 +85,7 @@ setup(
},
include_package_data=True,
install_requires=[
"numpy >= 1.18.0",
"numpy >= 1.21.0",
"cloudpickle >= 1.2.0",
"importlib_metadata >= 4.8.0; python_version < '3.10'",
"gymnasium_notices >= 0.0.1",