This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove overly aggresive pinning from requirements (#1605)
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.
- Loading branch information