Skip to content

Commit

Permalink
fixed version specification for the minimum cmake version
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <nickpapior@gmail.com>
  • Loading branch information
zerothi committed Feb 22, 2024
1 parent 3b6bd92 commit 35aaee5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ fallback_version = "0.15.0"


[tool.scikit-build]

# Consider adding
# minimum-version to choose the fallback mechanism in scikit-build-core
wheel.packages = ["src/sisl", "src/sisl_toolbox"]

# required for dynamic metadata
Expand All @@ -100,7 +101,7 @@ build-dir = "build/{wheel_tag}"

# cmake and ninja stuff
cmake.verbose = true
cmake.version = "3.20"
cmake.version = ">=3.20"

# source configuration
sdist.reproducible = true
Expand Down

0 comments on commit 35aaee5

Please sign in to comment.