pin numba req (#2110)

* pin numba req

* make req more flexible
This commit is contained in:
Madison Dunitz
2021-03-16 11:45:27 -05:00
committed by GitHub
parent 31e0326ded
commit 920d71e6b7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ flatten-dict>=0.2.0
fsspec>=0.4.4,<0.8.0
gunicorn>=20.0.4
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,<0.53.0
numpy>=1.15.0
packaging>=20.0
pandas>=1.0,!=1.1 # pandas 1.1 breaks tests, https://github.com/pandas-dev/pandas/issues/35446
+1 -1
View File
@@ -13,7 +13,7 @@ flatten-dict>=0.2.0
fsspec>=0.4.4,<0.8.0
gunicorn>=20.0.4
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
numba>=0.49.1,<0.53.0
numpy>=1.15.0
packaging>=20.0
pandas>=1.0,!=1.1 # pandas 1.1 breaks tests, https://github.com/pandas-dev/pandas/issues/35446