From 54f2fb8ce125393faf6cd002df4b92684cd05e98 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 15 Feb 2022 19:32:49 +0100 Subject: [PATCH] python3Packages.cirq-rigetti: relax dependency constraints --- pkgs/development/python-modules/cirq-rigetti/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cirq-rigetti/default.nix b/pkgs/development/python-modules/cirq-rigetti/default.nix index 70333fb47a9a..f33ce69fc550 100644 --- a/pkgs/development/python-modules/cirq-rigetti/default.nix +++ b/pkgs/development/python-modules/cirq-rigetti/default.nix @@ -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