We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42af3dc commit 1d3f78fCopy full SHA for 1d3f78f
requirements-dev.txt
@@ -19,9 +19,12 @@ qiskit-aer>=0.12
19
networkx>=2.2
20
mypy>=0.991
21
mypy-extensions>=0.4.3
22
+qiskit!=2.1.*
23
24
# Tweedledum is unmaintained and its existing Mac wheels are unreliable. If you
25
# manage to get a working install on a Mac the functionality should still work,
26
# but as a convenience this file won't attempt the install itself.
27
+# Furthermore, tweedledum won't be required anymore when the oldest supported version
28
+# of Qiskit is 2.0.
29
tweedledum; python_version<'3.11' and platform_system!="Darwin"
30
0 commit comments