Is your feature request related to a use case or problem?
The current requirements files end up pinning Cirq to 1.4.1, which is increasingly problematic. We should try to support higher versions of Cirq.
What solution or approach do you envision?
A starting point would be to remove all the version pins in dev_tools/requirements/deps, run pip-compile, and try to resolve any problems that arise.
How urgent is this for you?
P1 – needed by the next release
Is your feature request related to a use case or problem?
The current requirements files end up pinning Cirq to 1.4.1, which is increasingly problematic. We should try to support higher versions of Cirq.
What solution or approach do you envision?
A starting point would be to remove all the version pins in dev_tools/requirements/deps, run pip-compile, and try to resolve any problems that arise.
How urgent is this for you?
P1 – needed by the next release