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
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
Remove overly aggresive pinning from requirements (#1605) (#1606)
This commit removes overly aggressive pinning from the requirements
list. This pinning makes it extremely difficult in practice to actually
install the qiskit-aqua with anything that has any shared dependencies
like numpy, scipy, etc because the pinning breaks the dependency solver.
I assume this pinning was done defensively to try and prevent code from
bit rotting during aqua's deprecation period but it has the opposite
effect and ends up preventing things from being installed at all. This
commit removes all the version caps from the requirements file to fix
this.
(cherry picked from commit 1885046)
0 commit comments