Skip to content

Commit 4af3dff

Browse files
committed
build: setuptools_scm requires setuptools>=61
1 parent ec7fe91 commit 4af3dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[build-system]
22
requires = [
33
"scikit-build-core",
4-
"Cython"
4+
"Cython",
5+
"setuptools>=61.2",
56
]
67
build-backend = "scikit_build_core.build"
78

0 commit comments

Comments
 (0)