Skip to content

Commit 295b8b0

Browse files
tomwhitemergify[bot]
authored andcommitted
Exclude Numba 0.54.* since it doesn't work with NumPy 1.21
1 parent 158dd08 commit 295b8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ distributed != 2021.5.1
55
dask-ml
66
scipy
77
typing-extensions
8-
numba != 0.54.0
8+
numba != 0.54.*
99
zarr
1010
fsspec != 2021.6.*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
dask-ml
3434
scipy
3535
zarr
36-
numba != 0.54.0
36+
numba != 0.54.*
3737
typing-extensions
3838
fsspec != 2021.6.*
3939
setuptools >= 41.2 # For pkg_resources

0 commit comments

Comments
 (0)