build(deps): bump numpy from 1.26.4 to 2.1.2

Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-25 17:14:37 +00:00
committed by GitHub
parent 9e26e3ed6e
commit 2a949ebcee
2 changed files with 57 additions and 40 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ matplotlib = "^3.9.2"
pydantic = "2.9.2"
scikit-optimize = "^0.10.2"
scikit-learn = "1.5.2"
numpy = "^1.24.3"
numpy = ">=1.24.3,<3.0.0"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"