Skip to content

Commit c2add06

Browse files
authored
Reduce numpy version in ml-agents-envs setup (#4274)
1 parent 4f3d211 commit c2add06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-agents-envs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run(self):
4848
install_requires=[
4949
"cloudpickle",
5050
"grpcio>=1.11.0",
51-
"numpy>=1.14.1,<2.0",
51+
"numpy>=1.14.1,<1.19.0",
5252
"Pillow>=4.2.1",
5353
"protobuf>=3.6",
5454
"pyyaml>=3.1.0",

0 commit comments

Comments
 (0)