From ad6b1928e47ac1f0e4a28a83acef381e0316acb2 Mon Sep 17 00:00:00 2001 From: maniarathi Date: Tue, 24 Nov 2020 10:21:24 -0500 Subject: [PATCH] Upgrade anndata and h5py --- server/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 537abb04..766b01fa 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -anndata>=0.7.0 +anndata>=0.7.5 boto3>=1.12.18 click>=7.1.2 fastobo>=0.6.1 @@ -12,7 +12,7 @@ flatbuffers>=1.11.0 flatten-dict>=0.2.0 fsspec>=0.4.4,<0.8.0 gunicorn>=20.0.4 -h5py<3.0.0 # h5py returns bytes instead of str, which breaks many assumptions +h5py>=3.0.0 numba>=0.49.1 numpy>=1.15.0 packaging>=20.0