Skip to content

Commit ae8a987

Browse files
Update numpy requirement from >=2.5.1 to >=2.5.2
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@v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4023170 commit ae8a987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
requires-python = ">=3.12"
55
dependencies = [
66
"egglog>=13.2.0",
7-
"numpy>=2.5.1",
7+
"numpy>=2.5.2",
88
"llvmlite>=0.49.0",
99
"pyyaml>=6.0.3",
1010
]

0 commit comments

Comments
 (0)