Update compatibility test (#2009)

Add comment in requirements about h5py and anndata.

  #1963
This commit is contained in:
bmccandless
2020-12-21 12:38:07 -08:00
committed by GitHub
parent f07e174a06
commit 7599af252d
2 changed files with 2 additions and 2 deletions

View File

@@ -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 # h5py>=3.0.0 had a breaking change; there is a fix in anndata>=0.7.5
numba>=0.49.1
numpy>=1.15.0
packaging>=20.0