Skip to content

Commit 81387ce

Browse files
committed
Merge remote-tracking branch 'github/dependabot/pip/numpy-gte-1.26.4-and-lt-2.4.0'
PR: USTC-KnowledgeComputingLab/qmb#84 Signed-off-by: Hao Zhang <[email protected]>
2 parents 7414740 + bd2d7ce commit 81387ce

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.9",
1313
"pybind11>=2.13.6,<3.1.0",

0 commit comments

Comments
 (0)