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 e4f85f8 commit c2d9cc1Copy full SHA for c2d9cc1
ml-agents-envs/setup.py
@@ -63,7 +63,7 @@ def run(self):
63
"numpy>=1.23.5,<1.24.0",
64
"filelock>=3.4.0",
65
],
66
- python_requires=">=3.10.1,<=3.10.12",
+ python_requires=">=3.10.1,<=3.11.12",
67
# TODO: Remove this once mypy stops having spurious setuptools issues.
68
cmdclass={"verify": VerifyVersionCommand}, # type: ignore
69
)
ml-agents/setup.py
@@ -74,7 +74,7 @@ def run(self):
74
'pypiwin32==223;platform_system=="Windows"',
75
"onnx==1.15.0",
76
77
78
entry_points={
79
"console_scripts": [
80
"mlagents-learn=mlagents.trainers.learn:main",
0 commit comments