From 84c815cc0408affd6b2d17caea86f79d8a57490b Mon Sep 17 00:00:00 2001 From: Bruce Martin Date: Wed, 11 Sep 2019 13:20:15 -0700 Subject: [PATCH] pin h5py to 2.9.0 to temporarily work around regression (#916) --- server/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/requirements.txt b/server/requirements.txt index f5bbb00f..c48c1969 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,3 +10,5 @@ numpy>=1.15.2 pandas>=0.23.1 scipy>=1.1.0 tables==3.5.1 +# TEMP workaround for https://github.com/theislab/scanpy/issues/832 aka h5py regression +h5py==2.9.0