We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6f34 commit e2e0768Copy full SHA for e2e0768
ml-agents-envs/setup.py
@@ -59,7 +59,7 @@ def run(self):
59
"numpy==1.21.2",
60
"filelock>=3.4.0",
61
],
62
- python_requires=">=3.8.13,<=3.10.11",
+ python_requires=">=3.8.13,<=3.10.12",
63
# TODO: Remove this once mypy stops having spurious setuptools issues.
64
cmdclass={"verify": VerifyVersionCommand}, # type: ignore
65
)
ml-agents/setup.py
@@ -80,7 +80,7 @@ def run(self):
80
'pypiwin32==223;platform_system=="Windows"',
81
"importlib_metadata==4.4; python_version<'3.8'",
82
83
84
entry_points={
85
"console_scripts": [
86
"mlagents-learn=mlagents.trainers.learn:main",
0 commit comments