Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Qiskit to <2 in next release #904

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

edoaltamura
Copy link
Collaborator

Summary

Pinning Qiskit<2 will avoid breaking changes to affect current installations. This potential effect was raised in #897. The constraint can be removed when QML achieves full compatibility with Qiskit 2.

@edoaltamura edoaltamura added the dependencies 🔗 Involves external dependency libraries label Mar 18, 2025
@woodsp-ibm
Copy link
Member

I am wondering - in the requirements.txt already exists a version limit for qiskit

qiskit>=1.0
scipy>=1.4
numpy>=1.17
scikit-learn>=1.2
setuptools>=40.1
dill>=0.3.4

Would it be better to keep the version restrictions in one place especially since its a direct dependent i.e. qiskit>=1.0,<2.0. I also notice that there is a version limiting on numpy while the constraints.txt has something different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔗 Involves external dependency libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants