Skip to content

Commit

Permalink
Revert "[MNT] revert update numba requirement from <0.58,>=0.53 to >=…
Browse files Browse the repository at this point in the history
…0.53,<0.59" (#5297)"

This reverts commit 7ee929b.
  • Loading branch information
fkiraly committed Sep 23, 2023
1 parent 7ee929b commit e5caf6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Expand Up @@ -55,23 +55,23 @@ dependencies = [
[project.optional-dependencies]
alignment = [
"dtw-python>=1.3,<1.4",
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
]
annotation = [
"attrs>=23,<23.2",
"hmmlearn>=0.2.7,<0.4",
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
"pyod>=0.8.0,<1.2",
]
classification = [
"esig>=0.9.7,<0.10",
"mrsqm>=0.0.3,<0.1",
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
"tensorflow>=2,<=2.14",
"tsfresh>=0.17,<0.21",
]
clustering = [
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
"tslearn>=0.5.2,<0.6.3",
]
forecasting = [
Expand All @@ -90,15 +90,15 @@ param_est = [
"statsmodels>=0.12.1,<0.15",
]
regression = [
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
"tensorflow>=2,<=2.14",
]
transformations = [
"esig>=0.9.7,<0.10",
"filterpy>=1.4.5,<1.5",
"holidays>=0.29,<0.34",
"mne>=1.5,<1.6",
"numba>=0.53,<0.58",
"numba>=0.53,<0.59",
"pycatch22>=0.4,<0.5",
"pykalman>=0.9.5,<0.10",
"statsmodels>=0.12.1,<0.15",
Expand Down

0 comments on commit e5caf6a

Please sign in to comment.