Skip to content

Commit

Permalink
⚗️ test with scikit-build-core 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Aug 21, 2024
1 parent a1ea249 commit c07f229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c07f229

Please sign in to comment.