python3Packages.cirq-rigetti: relax dependency constraints

This commit is contained in:
Fabian Affolter 2022-02-15 19:32:49 +01:00
parent 2606caade9
commit 54f2fb8ce1

View file

@ -42,6 +42,8 @@ buildPythonPackage rec {
--replace "pyjwt~=1.7.1" "pyjwt" \
--replace "qcs-api-client~=0.8.0" "qcs-api-client" \
--replace "iso8601~=0.1.14" "iso8601" \
--replace "rfc3986~=1.5.0" "rfc3986" \
--replace "pyquil~=3.0.0" "pyquil" \
--replace "pydantic~=1.8.2" "pydantic"
# Remove outdated test
rm cirq_rigetti/service_test.py