Skip to content

Commit

Permalink
[MNT] Bump the python-packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [numba](https://github.com/numba/numba), [numpy](https://github.com/numpy/numpy), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [scipy](https://github.com/scipy/scipy) and [keras](https://github.com/keras-team/keras) to permit the latest version.

Updates `numba` to 0.60.0
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.55.0...0.60.0)

Updates `numpy` to 2.0.0
- [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.0.0)

Updates `scikit-learn` to 1.5.1
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.5.1)

Updates `scipy` to 1.14.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.9.0...v1.14.0)

Updates `keras` to 3.4.1
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@0.1.0...v3.4.1)

---
updated-dependencies:
- dependency-name: numba
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: scipy
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: keras
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2024
1 parent 926cb53 commit 0d39b42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ classifiers = [
requires-python = ">=3.9,<3.13"
dependencies = [
"deprecated>=1.2.13",
"numba>=0.55,<0.60.0",
"numpy>=1.21.0,<1.27.0",
"numba>=0.55,<0.61.0",
"numpy>=1.21.0,<2.1.0",
"packaging>=20.0",
"pandas>=1.5.3,<2.1.0",
"scikit-learn>=1.0.0,<1.5.0",
"scipy>=1.9.0,<1.13.0",
"scikit-learn>=1.0.0,<1.6.0",
"scipy>=1.9.0,<1.15.0",
"typing-extensions>=4.6.0",
]

Expand Down Expand Up @@ -83,7 +83,7 @@ all_extras = [
"pyod>=1.1.3",

# dependency of tensorflow, see issue #1724
"keras<3.4.0",
"keras<3.5.0",
# for some reason, a heirarchical dask test fails on some Python versions with the
# later versions of pyarrow and dask
"dask[dataframe]<2024.3.0; python_version < '3.11'",
Expand All @@ -94,7 +94,7 @@ dl = [
"keras-self-attention",
"tensorflow>=2.14; python_version < '3.12'",
# dependency of tensorflow, see issue #1724
"keras<3.4.0",
"keras<3.5.0",
]
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)
Expand Down

0 comments on commit 0d39b42

Please sign in to comment.