Skip to content

Commit 1bde547

Browse files
miguelalonsojrGitHub Enterprise
authored and
GitHub Enterprise
committed
Pinned max python version in setup.py for ml-agents and ml-agents-envs (#9)
1 parent 28303ad commit 1bde547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-agents-envs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def run(self):
5858
"pettingzoo==1.14.0",
5959
"numpy==1.21.2",
6060
],
61-
python_requires=">=3.7.2",
61+
python_requires=">=3.7.2,<3.9.10",
6262
cmdclass={"verify": VerifyVersionCommand},
6363
)

ml-agents/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run(self):
7878
'pypiwin32==223;platform_system=="Windows"',
7979
"importlib_metadata; python_version<'3.8'",
8080
],
81-
python_requires=">=3.7.2",
81+
python_requires=">=3.7.2,<3.9.10",
8282
entry_points={
8383
"console_scripts": [
8484
"mlagents-learn=mlagents.trainers.learn:main",

0 commit comments

Comments
 (0)