Skip to content

Commit

Permalink
⬆️ update to scikit-build-core 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Mar 2, 2025
1 parent 435b2a2 commit ab707c6
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 69 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core>=0.10.7",
"scikit-build-core>=0.11.0",
"setuptools-scm>=8.1",
"pybind11>=2.13.6",
"mqt.core>=3.0.0b4",
Expand All @@ -16,7 +16,8 @@ authors = [
{ name = "Tom Peham", email = "tom.peham@tum.de" }
]
keywords = ["MQT", "quantum-computing", "design-automation", "equivalence-checking", "verification"]
license = { file = "LICENSE.md" }
license = "MIT"
license-files = ["LICENSE.md"]

classifiers = [
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
Expand All @@ -25,7 +26,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"License :: OSI Approved :: MIT License",
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -331,7 +331,7 @@ mqt-qcec = { workspace = true }
[dependency-groups]
build = [
"pybind11>=2.13.6",
"scikit-build-core>=0.10.7",
"scikit-build-core>=0.11.0",
"setuptools-scm>=8.1",
"mqt-core>=3.0.0b4",
]
Expand Down
Loading

0 comments on commit ab707c6

Please sign in to comment.