Skip to content

Commit

Permalink
[DEPENDABOT]: Bump numpy from 1.24.4 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.4 to 2.0.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.4...v2.0.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 630017f commit 50a4cb6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
86 changes: 54 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
numpy = ">=1.20,<1.25"
numpy = ">=1.20,<2.1"
scipy = "*"
scikit-learn = ">=1.4"
pandas = "*"
Expand Down

0 comments on commit 50a4cb6

Please sign in to comment.