Skip to content

Commit

Permalink
BLD: Use cmake.version from scikit-buildcore>=0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Aug 16, 2024
1 parent 346a663 commit 8402504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"pybind11",
"scikit-build-core[pyproject]",
"scikit-build-core[pyproject]>=0.10",
"swig",
"numpy==1.19.2; python_version == '3.8'",
"numpy==1.19.5; python_version == '3.9'",
Expand All @@ -12,7 +12,7 @@ requires = [
build-backend = "scikit_build_core.build"

[tool.scikit-build]
cmake.minimum-version = "3.15.3"
cmake.version = "CMakeLists.txt"
cmake.verbose = true
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["src/xtgeo/common/version.py"]
Expand Down

0 comments on commit 8402504

Please sign in to comment.