Skip to content

Commit

Permalink
[MNT] Update dependencies for v1.0.0 (#2079)
Browse files Browse the repository at this point in the history
* dependencies

* Update pyproject.toml
  • Loading branch information
MatthewMiddlehurst authored Sep 25, 2024
1 parent 4a6e762 commit 0dd8eee
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"packaging>=20.0",
"pandas>=1.5.3,<2.1.0",
"scikit-learn>=1.0.0,<1.6.0",
"scipy>=1.9.0,<1.13.0",
"scipy>=1.9.0,<1.14.0",
"typing-extensions>=4.6.0",
]

Expand All @@ -60,19 +60,19 @@ all_extras = [
"esig>=0.9.7; platform_system != 'Darwin' and python_version < '3.11'",
"imbalanced-learn",
"keras-self-attention",
"matplotlib>=3.3.2,<3.9.0",
"matplotlib>=3.3.2",
"pycatch22>=0.4.5",
"pyod>=1.1.3",
"prts>=1.0.0.0",
"pydot>=2.0.0",
"scikit_posthocs>=0.6.5",
"ruptures>=1.1.9",
"seaborn>=0.11.0",
"statsmodels>=0.12.1",
"stumpy>=1.5.1",
"ruptures>=1.1.9",
"tensorflow>=2.14; python_version < '3.12'",
"torch>=1.13.1",
"tsfresh>=0.20.0",
"tslearn>=0.5.2",
"pyod>=1.1.3",
"prts>=1.0.0.0",
]
dl = [
"keras-self-attention",
Expand All @@ -81,7 +81,6 @@ dl = [
unstable_extras = [
"mrsqm>=0.0.7,<0.1.0; platform_system != 'Windows' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
"mrseql>=0.0.4,<0.1.0; platform_system != 'Windows' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
"pycatch22", # known to fail installation on some setups
"pyfftw>=0.12.0; python_version < '3.12'", # requires fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
]
dev = [
Expand All @@ -102,7 +101,7 @@ binder = [
"jupyterlab",
]
docs = [
"sphinx<7.4.0",
"sphinx<8.1.0",
"sphinx-design",
"sphinx-version-warning",
"sphinx_issues",
Expand Down

0 comments on commit 0dd8eee

Please sign in to comment.