Skip to content

Commit

Permalink
modified setup.py files for ml-agents and ml-agents-envs to make rele…
Browse files Browse the repository at this point in the history
…ase_21 compatible with M1 Apple Silicon
  • Loading branch information
leobruneau committed May 3, 2024
1 parent 7a03145 commit 9b758a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ml-agents-envs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):
"cloudpickle",
"grpcio>=1.11.0,<=1.48.2",
"Pillow>=4.2.1",
"protobuf>=3.6,<3.20",
"protobuf>=3.6,<=3.20.2",
"pyyaml>=3.1.0",
"gym>=0.21.0",
"pettingzoo==1.15.0",
Expand Down
4 changes: 2 additions & 2 deletions ml-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):
f"mlagents_envs=={VERSION}",
"numpy>=1.13.3,<2.0",
"Pillow>=4.2.1",
"protobuf>=3.6,<3.20",
"protobuf>=3.6,<=3.20.2",
"pyyaml>=3.1.0",
"torch>=1.13.1",
"tensorboard>=2.14",
Expand All @@ -72,7 +72,7 @@ def run(self):
"attrs>=19.3.0",
"huggingface_hub>=0.14",
'pypiwin32==223;platform_system=="Windows"',
"onnx==1.12.0",
"onnx==1.13.0",
],
python_requires=">=3.10.1,<=3.10.12",
entry_points={
Expand Down

0 comments on commit 9b758a4

Please sign in to comment.