tweag / FawltyDeps

Python dependency checker
Other
201 stars 14 forks source link

real_projects/python-algorithms: Pin qiskit at <1.0 #421

Closed jherland closed 8 months ago

jherland commented 9 months ago

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.