Skip to content

Commit

Permalink
real_projects/python-algorithms: Pin qiskit at <1.0
Browse files Browse the repository at this point in the history
qiskit v1.0 starts to declare the qiskit import name (see issue #176 for
details about the weirdness that precedes v1.0). This changes the
behavior of our real_projects test of the Algortihms project.

qiskit has also dropped support for Python 3.7 (since v0.44), hence it
is easier for us to keep our tests (which need to work with Python 3.7)
running on the older version, for now.
  • Loading branch information
jherland committed Mar 4, 2024
1 parent 66edb33 commit ddd4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/real_projects/python-algorithms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ requirements = [
"pandas",
"pillow",
"projectq",
"qiskit",
"qiskit<1",
"requests",
"rich",
"scikit-fuzzy",
Expand Down

0 comments on commit ddd4ed5

Please sign in to comment.