about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cirq-rigetti
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2021-10-29 17:18:13 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-10-30 01:31:49 -0700
commit3378a3e58ceeb575a006caf1350291d4f743f74b (patch)
treeaecd43389c33b60052820aa52eba9e405722514c /pkgs/development/python-modules/cirq-rigetti
parente6055980a66eb3604bcf90c23876cdc69837874d (diff)
python3Packages.cirq-rigetti: unpin qcs-api-client
Diffstat (limited to 'pkgs/development/python-modules/cirq-rigetti')
-rw-r--r--pkgs/development/python-modules/cirq-rigetti/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cirq-rigetti/default.nix b/pkgs/development/python-modules/cirq-rigetti/default.nix
index 781ce0eaa656f..8717b09a49ce6 100644
--- a/pkgs/development/python-modules/cirq-rigetti/default.nix
+++ b/pkgs/development/python-modules/cirq-rigetti/default.nix
@@ -39,7 +39,8 @@ buildPythonPackage rec {
       --replace "httpx~=0.15.5" "httpx" \
       --replace "idna~=2.10" "idna" \
       --replace "requests~=2.18" "requests" \
-      --replace "pyjwt~=1.7.1" "pyjwt"
+      --replace "pyjwt~=1.7.1" "pyjwt" \
+      --replace "qcs-api-client~=0.8.0" "qcs-api-client"
   '';
 
   propagatedBuildInputs = [