diff --git a/noxfile.py b/noxfile.py index 56881653..e9041947 100644 --- a/noxfile.py +++ b/noxfile.py @@ -26,7 +26,7 @@ # and get better caching performance. This only concerns dependencies that are # not available via wheels on PyPI (i.e., only as source distributions). BUILD_REQUIREMENTS = [ - "scikit-build-core[pyproject]>=0.10.1", + "scikit-build-core[pyproject]>=0.10.4", "setuptools_scm>=7", "pybind11 @ git+https://github.com/henryiii/pybind11@hernyiii/fix/upheader", "wheel>=0.40", # transitive dependency of pytest on Windows diff --git a/pyproject.toml b/pyproject.toml index 16fc33bf..b321289c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "scikit-build-core>=0.10.1", + "scikit-build-core>=0.10.4", "setuptools-scm>=7", "pybind11 @ git+https://github.com/henryiii/pybind11@hernyiii/fix/upheader", "mqt.core @ git+https://github.com/cda-tum/mqt-core@shared-libs",