Skip to content

Commit 61996fd

Browse files
committed
⚗️ temporarily switch to the development version of mqt-core
Signed-off-by: burgholzer <[email protected]>
1 parent cf3dfb9 commit 61996fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ repos:
103103
additional_dependencies:
104104
- numpy
105105
- pytest
106-
- mqt.core~=2.2.2
106+
- mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements
107107

108108
# Check for spelling
109109
- repo: https://github.com/codespell-project/codespell

extern/mqt-core

noxfile.py

Lines changed: 1 addition & 1 deletion
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-
"mqt.core~=2.2.2",
20+
"mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
2121
"scikit-build-core[pyproject]>=0.6.1",
2222
"setuptools_scm>=7",
2323
"pybind11>=2.11",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"scikit-build-core>=0.6.1",
44
"setuptools-scm>=7",
55
"pybind11>=2.11",
6-
"mqt.core~=2.2.2",
6+
"mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
77
]
88
build-backend = "scikit_build_core.build"
99

@@ -39,7 +39,7 @@ classifiers = [
3939
]
4040
requires-python = ">=3.8"
4141
dependencies = [
42-
"mqt.core[qiskit]~=2.2.2",
42+
"mqt.core[qiskit] @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
4343
]
4444
dynamic = ["version"]
4545

0 commit comments

Comments
 (0)