Skip to content

Commit 8a561a6

Browse files
[MNT] Bump the python-packages group across 1 directory with 5 updates
Updates the requirements on [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy), [matplotlib](https://github.com/matplotlib/matplotlib) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `numpy` to 2.1.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.21.0...v2.1.1) Updates `pandas` to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v1.5.3...v2.2.2) Updates `scipy` to 1.14.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.9.0...v1.14.1) Updates `matplotlib` to 3.9.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.3.2...v3.9.2) Updates `sphinx` to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.0.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: python-packages - dependency-name: pandas dependency-type: direct:production dependency-group: python-packages - dependency-name: scipy dependency-type: direct:production dependency-group: python-packages - dependency-name: matplotlib dependency-type: direct:production dependency-group: python-packages - dependency-name: sphinx dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a72138a commit 8a561a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ requires-python = ">=3.9,<3.13"
4747
dependencies = [
4848
"deprecated>=1.2.13",
4949
"numba>=0.55,<0.61.0",
50-
"numpy>=1.21.0,<1.27.0",
50+
"numpy>=1.21.0,<2.2.0",
5151
"packaging>=20.0",
52-
"pandas>=1.5.3,<2.1.0",
52+
"pandas>=1.5.3,<2.3.0",
5353
"scikit-learn>=1.0.0,<1.6.0",
54-
"scipy>=1.9.0,<1.13.0",
54+
"scipy>=1.9.0,<1.15.0",
5555
"typing-extensions>=4.6.0",
5656
]
5757

@@ -64,7 +64,7 @@ all_extras = [
6464
"imbalanced-learn",
6565
"keras-self-attention",
6666
"kotsu>=0.3.1",
67-
"matplotlib>=3.3.2,<3.9.0",
67+
"matplotlib>=3.3.2,<3.10.0",
6868
"pmdarima>=1.8.0",
6969
"prophet>=1.1.0",
7070
"pydot>=2.0.0",
@@ -116,7 +116,7 @@ binder = [
116116
"jupyterlab",
117117
]
118118
docs = [
119-
"sphinx<7.4.0",
119+
"sphinx<8.1.0",
120120
"sphinx-design",
121121
"sphinx-version-warning",
122122
"sphinx_issues",

0 commit comments

Comments
 (0)