Skip to content

Commit dba93f0

Browse files
chore(deps): update numpy requirement from ^1.26 to >=1.26,<3.0 (#97)
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.26.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d4e251 commit dba93f0

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
@@ -25,7 +25,7 @@ classifiers = [
2525

2626
[tool.poetry.dependencies]
2727
python = ">=3.10,<3.13"
28-
numpy = "^1.26"
28+
numpy = ">=1.26,<3.0"
2929
pandas = "^2.2.3"
3030
typer = "^0.12.3"
3131
click = ">=8.1,<8.2"

0 commit comments

Comments
 (0)