Skip to content

Commit 0bf82c6

Browse files
committed
Fix versions of all build dependencies
1 parent 701839b commit 0bf82c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build-system]
22
requires = [
3-
"scikit-build-core<=0.11.3",
4-
"numpy",
5-
"meson",
6-
"charset_normalizer"
3+
"scikit-build-core==0.11.3",
4+
"numpy==2.2.6",
5+
"meson==1.8.0",
6+
"charset_normalizer==3.4.2"
77
]
88
build-backend = "scikit_build_core.build"
99

0 commit comments

Comments
 (0)