Skip to content

Commit 39a253f

Browse files
committed
Update numpy version
1 parent 9153b68 commit 39a253f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build-core[pyproject]",
4-
"numpy==1.26.4"
4+
"numpy<=1.26.4"
55
]
66
build-backend = "scikit_build_core.build"
77

@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020

2121
dependencies = [
22-
"numpy==1.26.4"
22+
"numpy<=1.26.4"
2323
]
2424

2525
[tool.scikit-build]

0 commit comments

Comments
 (0)