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 6db6162 commit 9ff9497Copy full SHA for 9ff9497
ml-agents-envs/setup.py
@@ -54,7 +54,7 @@ def run(self):
54
zip_safe=False,
55
install_requires=[
56
"cloudpickle",
57
- "grpcio>=1.11.0,<=1.51.3",
+ "grpcio>=1.11.0,<=1.53",
58
"Pillow>=4.2.1",
59
"protobuf>=3.6,<3.21",
60
"pyyaml>=3.1.0",
ml-agents/setup.py
@@ -55,7 +55,7 @@ def run(self):
# Test-only dependencies should go in test_requirements.txt, not here.
"h5py>=2.9.0",
f"mlagents_envs=={VERSION}",
61
"numpy>=1.23.5,<1.24.0",
0 commit comments