This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Description
I have run into dependency conflict issues when using qiskit-dynamics within a project with other dependencies which require later versions of qiskit <2.0. However, if I force install qiskit v1.4.2, qiskit-dynamics continues to work fine for my project.
Is there a specific reason that it is bound to <=1.3? Can this requirement be relaxed so that we could use any version less than 2.0 which removed qiskit pulse?