Skip to content

Commit bd2d7ce

Browse files
Update numpy requirement from ~=1.26.4 to >=1.26.4,<2.4.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.26.4...v2.3.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72f8b07 commit bd2d7ce

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
@@ -7,7 +7,7 @@ name = "qmb"
77
dynamic = ["version"]
88
dependencies = [
99
"platformdirs~=4.3.7",
10-
"numpy~=1.26.4",
10+
"numpy>=1.26.4,<2.4.0",
1111
"scipy>=1.15.2,<1.17.0",
1212
"torch>=2.6,<2.8",
1313
"pybind11>=2.13.6,<3.1.0",

0 commit comments

Comments
 (0)