Skip to content

Commit 1108a3a

Browse files
dependabot[bot]dev-zero
authored andcommitted
build(deps): update numpy requirement from ^1.19 to >=1.19,<3.0
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>
1 parent c3679b0 commit 1108a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ readme = "README.md"
1919
python = "^3.9"
2020
regex = ">=2021.4,<2024.0"
2121
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
22-
numpy = "^1.19"
22+
numpy = ">=1.19,<3.0"
2323
click = "^8.0"
2424
rich = ">=10.7,<14.0"
2525
Pint = ">=0.17,<0.25"

0 commit comments

Comments
 (0)