File tree Expand file tree Collapse file tree 3 files changed +68
-98
lines changed Expand file tree Collapse file tree 3 files changed +68
-98
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ set(MQT_CORE_MINIMUM_VERSION 3.2.0
45
45
CACHE STRING "MQT Core minimum version" )
46
46
set (MQT_CORE_VERSION 3.2.0
47
47
CACHE STRING "MQT Core version" )
48
- set (MQT_CORE_REV "28e41bf9516b5f103ea4002810f5b87e0b5450bc "
48
+ set (MQT_CORE_REV "4fe9ea48ee7a33d9309915e7ba7548552ce122f7 "
49
49
CACHE STRING "MQT Core identifier (tag, branch or commit hash)" )
50
50
set (MQT_CORE_REPO_OWNER "munich-quantum-toolkit"
51
51
CACHE STRING "MQT Core repository owner (change when using a fork)" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ requires = [
11
11
" scikit-build-core>=0.11.2" ,
12
12
" setuptools-scm>=8.3.1" ,
13
13
" pybind11>=3.0.0" ,
14
- " mqt.core~=3.2.0 " ,
14
+ " mqt.core @ git+https://github.com/munich-quantum-toolkit/core.git@4fe9ea48ee7a33d9309915e7ba7548552ce122f7 " ,
15
15
]
16
16
build-backend = " scikit_build_core.build"
17
17
@@ -48,7 +48,7 @@ classifiers = [
48
48
]
49
49
requires-python = " >=3.9"
50
50
dependencies = [
51
- " mqt.core[qiskit]~=3.2.0 " ,
51
+ " mqt.core[qiskit] @ git+https://github.com/munich-quantum-toolkit/core.git@4fe9ea48ee7a33d9309915e7ba7548552ce122f7 " ,
52
52
" qiskit>=1.1" ,
53
53
]
54
54
dynamic = [" version" ]
@@ -336,7 +336,7 @@ build = [
336
336
" pybind11>=3.0.0" ,
337
337
" scikit-build-core>=0.11.2" ,
338
338
" setuptools-scm>=8.3.1" ,
339
- " mqt.core~=3.2.0 " ,
339
+ " mqt.core @ git+https://github.com/munich-quantum-toolkit/core.git@4fe9ea48ee7a33d9309915e7ba7548552ce122f7 " ,
340
340
]
341
341
docs = [
342
342
" furo>=2024.8.6" ,
You can’t perform that action at this time.
0 commit comments