Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Apr 20, 2024
1 parent 37f79c0 commit 694a6b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["scikit-build-core>=0.9.0", "cython>=3.0.1"]
build-backend = "scikit-build-core.build"
requires = [
"scikit-build-core>=0.9.0",
"cython>=3.0.1",
"cython-cmake",
]
build-backend = "scikit_build_core.build"

[project]
name = "mddatasetbuilder"
Expand Down

0 comments on commit 694a6b0

Please sign in to comment.