Skip to content

Commit 161c89e

Browse files
[MNT] Bump the python-packages group across 1 directory with 2 updates (aeon-toolkit#2598)
Updates the requirements on [scipy](https://github.com/scipy/scipy) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `scipy` to 1.15.2 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.9.0...v1.15.2) Updates `sphinx` to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.3) --- updated-dependencies: - dependency-name: scipy 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 236d039 commit 161c89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"packaging>=20.0",
5252
"pandas>=2.0.0,<2.3.0",
5353
"scikit-learn>=1.0.0,<1.7.0",
54-
"scipy>=1.9.0,<1.15.0",
54+
"scipy>=1.9.0,<1.16.0",
5555
"typing-extensions>=4.6.0",
5656
]
5757

@@ -104,7 +104,7 @@ binder = [
104104
"jupyterlab",
105105
]
106106
docs = [
107-
"sphinx<8.2.0",
107+
"sphinx<8.3.0",
108108
"sphinx-design",
109109
"sphinx-version-warning",
110110
"sphinx_issues",

0 commit comments

Comments
 (0)