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
Clean up package dependencies (backport #1574) (#1576)
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).<hr>This is
an automatic backport of pull request #1574 done by
[Mergify](https://mergify.com).
Co-authored-by: Will Shanks <willshanks@us.ibm.com>
0 commit comments