We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28303ad commit 1bde547Copy full SHA for 1bde547
ml-agents-envs/setup.py
@@ -58,6 +58,6 @@ def run(self):
58
"pettingzoo==1.14.0",
59
"numpy==1.21.2",
60
],
61
- python_requires=">=3.7.2",
+ python_requires=">=3.7.2,<3.9.10",
62
cmdclass={"verify": VerifyVersionCommand},
63
)
ml-agents/setup.py
@@ -78,7 +78,7 @@ def run(self):
78
'pypiwin32==223;platform_system=="Windows"',
79
"importlib_metadata; python_version<'3.8'",
80
81
82
entry_points={
83
"console_scripts": [
84
"mlagents-learn=mlagents.trainers.learn:main",
0 commit comments