Skip to content

Commit 2f00ea5

Browse files
authored
Merge pull request #2471 from Unity-Technologies/setup.py-h5py-version
More flexibility on the h5py version
2 parents 0d292be + 797533b commit 2f00ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"pyyaml",
4141
"protobuf>=3.6,<3.7",
4242
"grpcio>=1.11.0,<1.12.0",
43-
"h5py==2.9.0",
43+
"h5py>=2.9.0",
4444
'pypiwin32==223;platform_system=="Windows"',
4545
],
4646
python_requires=">=3.6,<3.7",

0 commit comments

Comments
 (0)