Skip to content

Commit

Permalink
⬆️ update scikit-build-core to 0.8.1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Feb 21, 2024
1 parent 0ed365a commit de87600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PYTHON_ALL_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]

BUILD_REQUIREMENTS = [
"scikit-build-core[pyproject]>=0.6.1",
"scikit-build-core[pyproject]>=0.8.1",
"setuptools_scm>=7",
"pybind11>=2.11",
]
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.6.1", "setuptools-scm>=7", "pybind11>=2.11"]
requires = ["scikit-build-core>=0.8.1", "setuptools-scm>=7", "pybind11>=2.11"]
build-backend = "scikit_build_core.build"

[project]
Expand Down Expand Up @@ -70,14 +70,14 @@ Discussions = "https://github.com/cda-tum/mqt-qcec/discussions"

[tool.scikit-build]
# Protect the configuration against future changes in scikit-build-core
minimum-version = "0.6.1"
minimum-version = "0.8.1"

# Set the wheel install directory
wheel.install-dir = "mqt/qcec"

# Set required CMake and Ninja versions
cmake.minimum-version = "3.19"
ninja.minimum-version = "1.10"
cmake.version = ">=3.19"
ninja.version = ">=1.10"

# Setuptools-style build caching in a local directory
build-dir = "build/{wheel_tag}"
Expand Down
2 changes: 1 addition & 1 deletion test/python/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-build-core==0.6.1
scikit-build-core==0.8.1
setuptools-scm==7.0.0
pybind11==2.11.0
pytest==7.0.0
Expand Down

0 comments on commit de87600

Please sign in to comment.