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 97386af commit 30fbd50Copy full SHA for 30fbd50
ml-agents-envs/setup.py
@@ -60,7 +60,7 @@ def run(self):
60
"pyyaml>=3.1.0",
61
"gym>=0.21.0",
62
"pettingzoo==1.15.0",
63
- "numpy==1.21.2",
+ "numpy>=1.21.2,<2.0",
64
"filelock>=3.4.0",
65
],
66
python_requires=">=3.10.1,<=3.10.12",
ml-agents/setup.py
@@ -58,7 +58,7 @@ def run(self):
58
"grpcio>=1.11.0,<=1.48.2",
59
"h5py>=2.9.0",
f"mlagents_envs=={VERSION}",
- "numpy>=1.13.3,<2.0",
"Pillow>=4.2.1",
"protobuf>=3.6,<3.20",
0 commit comments