Skip to content

Commit

Permalink
Reduce numpy version in ml-agents-envs setup (#4274)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcoh authored and awjuliani committed Jul 30, 2020
1 parent 663a9b2 commit 2f72c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-agents-envs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):
install_requires=[
"cloudpickle",
"grpcio>=1.11.0",
"numpy>=1.14.1,<2.0",
"numpy>=1.14.1,<1.19.0",
"Pillow>=4.2.1",
"protobuf>=3.6",
"pyyaml>=3.1.0",
Expand Down

0 comments on commit 2f72c2f

Please sign in to comment.