Skip to content

Commit b355f03

Browse files
[MNT] Bump the python-packages group across 1 directory with 4 updates
Updates the requirements on [numba](https://github.com/numba/numba), [pandas](https://github.com/pandas-dev/pandas), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `numba` to 0.64.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.55.0...0.64.0) Updates `pandas` to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.1) Updates `scikit-learn` to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.0...1.8.0) Updates `sphinx` to 9.0.4 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v9.0.4) --- updated-dependencies: - dependency-name: numba dependency-version: 0.64.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bf9fa1 commit b355f03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ classifiers = [
4545
requires-python = ">=3.11,<3.15"
4646
dependencies = [
4747
"deprecated>=1.2.13",
48-
"numba>=0.55,<0.64.0",
48+
"numba>=0.55,<0.65.0",
4949
"numpy>=2.0.0,<2.5.0",
5050
"packaging>=20.0",
51-
"pandas>=2.0.0,<2.4.0",
52-
"scikit-learn>=1.0.0,<1.8.0",
51+
"pandas>=2.0.0,<3.1.0",
52+
"scikit-learn>=1.0.0,<1.9.0",
5353
"scipy>=1.9.0,<1.18.0",
5454
"typing-extensions>=4.6.0",
5555
]
@@ -108,7 +108,7 @@ binder = [
108108
"tensorflow>=2.14; python_version < '3.13'",
109109
]
110110
docs = [
111-
"sphinx<8.3.0",
111+
"sphinx<9.1.0",
112112
"sphinx-design",
113113
"sphinx-version-warning",
114114
"sphinx_issues",

0 commit comments

Comments
 (0)