Skip to content

Commit

Permalink
[MNT] bound numba<0.58 (#5303)
Browse files Browse the repository at this point in the history
Adds a bound `numba<0.58` - currently `numba 0.58` causes failures.
  • Loading branch information
fkiraly committed Sep 23, 2023
1 parent 1c4a5b3 commit 1bcb150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ all_extras = [
"kotsu>=0.3.1",
"matplotlib>=3.3.2",
"mne",
"numba>=0.53",
"numba>=0.53,<0.58",
"pmdarima>=1.8.0,!=1.8.1,<3.0.0",
"prophet>=1.1",
"pycatch22",
Expand Down Expand Up @@ -157,7 +157,7 @@ all_extras_pandas2 = [
"kotsu>=0.3.1",
"matplotlib>=3.3.2",
"mne",
"numba>=0.53",
"numba>=0.53,<0.58",
"pmdarima>=1.8.0,!=1.8.1,<3.0.0",
"prophet>=1.1",
"pycatch22",
Expand All @@ -179,7 +179,7 @@ all_extras_pandas2 = [
cython_extras = [
"mrseql",
"mrsqm; python_version < '3.11'",
"numba",
"numba<0.58",
]

dev = [
Expand Down

0 comments on commit 1bcb150

Please sign in to comment.