Merge pull request #145496 from fabaff/fix-cirq

python3Packages.cirq-rigetti: relax certifi constraint
This commit is contained in:
Fabian Affolter 2021-11-11 16:38:38 +01:00 committed by GitHub
commit 72eda5248a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "attrs~=20.3.0" "attrs" \
--replace "certifi~=2021.5.30" "certifi" \
--replace "h11~=0.9.0" "h11" \
--replace "httpcore~=0.11.1" "httpcore" \
--replace "httpx~=0.15.5" "httpx" \