Skip to content

Commit 243542e

Browse files
authored
Require numba>=0.51.0 (#802) (#809)
1 parent a48b0af commit 243542e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_requires = [
1414
"dask[array,dataframe]>=2.4.0",
1515
"distributed>=2.4.0",
16-
"numba",
16+
"numba>=0.51.0",
1717
"numpy>=1.17.3",
1818
"pandas>=0.24.2",
1919
"scikit-learn>=0.23",

0 commit comments

Comments
 (0)