Skip to content

Commit dc56bd9

Browse files
committed
⬆️ update scikit-build-core to 0.8.1
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 21e01bf commit dc56bd9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
PYTHON_ALL_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
BUILD_REQUIREMENTS = [
20-
"scikit-build-core[pyproject]>=0.6.1",
20+
"scikit-build-core[pyproject]>=0.8.1",
2121
"setuptools_scm>=7",
2222
"pybind11>=2.11",
2323
]

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.6.1", "setuptools-scm>=7", "pybind11>=2.11"]
2+
requires = ["scikit-build-core>=0.8.1", "setuptools-scm>=7", "pybind11>=2.11"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
@@ -78,14 +78,14 @@ Discussions = "https://github.com/cda-tum/mqt-core/discussions"
7878

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

8383
# Set the wheel install directory
8484
wheel.install-dir = "mqt/core"
8585

8686
# Set required CMake and Ninja versions
87-
cmake.minimum-version = "3.19"
88-
ninja.minimum-version = "1.10"
87+
cmake.version = ">=3.19"
88+
ninja.version = ">=1.10"
8989

9090
# Setuptools-style build caching in a local directory
9191
build-dir = "build/{wheel_tag}"

test/python/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pybind11==2.11.0
44
pytest==7.0.0
55
pytest-console-scripts==1.4
66
qiskit==0.45.0
7-
scikit-build-core==0.6.1
7+
scikit-build-core==0.8.1
88
setuptools-scm==7.0.0

0 commit comments

Comments
 (0)