You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, package dependencies were moved from separate
requirements*.txt files into pyproject.toml, but the old files were not
removed. This situation left to the old files accidentally being edited
instead of pyproject.toml. Here the old files are removed and dependency
changes that had been made to them are carried over to pyproject.toml
(just bumping minimum versions and dropping qiskit-dynamics).
0 commit comments