Skip to content

Commit

Permalink
build(deps): update numpy requirement from ^1.19 to >=1.19,<3.0
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.19.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 27, 2024
1 parent 0b8f36b commit 7b7ef6d
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 @@ -19,7 +19,7 @@ readme = "README.md"
python = "^3.9"
regex = ">=2021.4,<2024.0"
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
numpy = "^1.19"
numpy = ">=1.19,<3.0"
click = "^8.0"
rich = ">=10.7,<14.0"
Pint = ">=0.17,<0.25"
Expand Down

0 comments on commit 7b7ef6d

Please sign in to comment.