From a89e467694386bd33cc9e4466838d43671e1efa4 Mon Sep 17 00:00:00 2001 From: CJ Battey Date: Wed, 21 Oct 2020 18:53:20 -0700 Subject: [PATCH] set h5py version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cc4c4eb..ac819174 100644 --- a/setup.py +++ b/setup.py @@ -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",