Skip to content

Commit

Permalink
Fixing cmake.version error by setting scikit-build-core==0.9.10 (#2054)
Browse files Browse the repository at this point in the history
* fixing ERROR: Cannot set both cmake.minimum_version and cmake.version; use version only for scikit-build-core >= 0.8.

* setting scikit-build-core==0.9.10
  • Loading branch information
sacpis authored Aug 7, 2024
1 parent 324e85e commit 405f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chemistry = [ "scipy==1.10.1", "openfermionpyscf==0.5", "h5py<3.11" ]
visualization = [ "qutip<5" , "matplotlib>=3.5" ]

[build-system]
requires = ["scikit-build-core", "cmake>=3.26,<3.29", "numpy>=1.24", "pytest==8.2.0"]
requires = ["scikit-build-core==0.9.10", "cmake>=3.26,<3.29", "numpy>=1.24", "pytest==8.2.0"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 405f968

Please sign in to comment.