Skip to content

Commit 4fa4fd4

Browse files
committed
⚗️ try removing mqt-core as a build-time dependency
this should now fetch mqt-core during the build, which is not ideal but might work around the current issues. Signed-off-by: burgholzer <burgholzer@me.com>
1 parent b9de1de commit 4fa4fd4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

noxfile.py

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

1919
BUILD_REQUIREMENTS = [
20-
"mqt.core~=2.2.2",
2120
"scikit-build-core[pyproject]>=0.6.1",
2221
"setuptools_scm>=7",
2322
"pybind11>=2.11",

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ requires = [
33
"scikit-build-core>=0.6.1",
44
"setuptools-scm>=7",
55
"pybind11>=2.11",
6-
"mqt.core~=2.2.2",
76
]
87
build-backend = "scikit_build_core.build"
98

0 commit comments

Comments
 (0)