Skip to content

Commit

Permalink
Merge pull request #20 from cjbattey/set_h5py_version
Browse files Browse the repository at this point in the history
set h5py version in setup.py. This should address the bug reported in #19.
  • Loading branch information
cjbattey authored Oct 22, 2020
2 parents c76e3d1 + a89e467 commit e676535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(exclude=[]),
install_requires=["numpy<1.19.0",
"tensorflow",
"h5py",
"h5py==2.10.0",
"scikit-allel",
"matplotlib",
"scipy==1.4.1",
Expand Down

0 comments on commit e676535

Please sign in to comment.