Skip to content

Commit

Permalink
fix:(deps-dev): update numpy requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.3...v1.26.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent 33449e7 commit 5019cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]

dependencies = [
"numpy>=1.23.3,<1.26.0",
"numpy>=1.23.3,<1.27.0",
"scipy>=1.8.1,<1.12.0",
"pandas>=1.4.4,<2.2.0",
"wasabi>=0.9.0,<1.2.0",
Expand Down

0 comments on commit 5019cad

Please sign in to comment.