Skip to content

Commit 74c00f9

Browse files
authored
Merge branch 'main' into fake-backends-v1
2 parents a9c9005 + c865c56 commit 74c00f9

File tree

6 files changed

+317
-161
lines changed

6 files changed

+317
-161
lines changed

constraints.txt

+7
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ jsonschema==3.2.0
66
# eigensystem code for one of the test cases. See
77
# https://github.com/Qiskit/qiskit-terra/issues/10345 for current details.
88
scipy<1.11; python_version<'3.12'
9+
10+
# z3-solver from 4.12.3 onwards upped the minimum macOS API version for its
11+
# wheels to 11.7. The Azure VM images contain pre-built CPythons, of which at
12+
# least CPython 3.8 was compiled for an older macOS, so does not match a
13+
# `macos_11_7` platform tag. This should be purely a CI artefact, and not
14+
# affect local usage.
15+
z3-solver==4.12.2.0; platform_system=="Darwin"

0 commit comments

Comments
 (0)