From a4e6153852a5c7006a7954b08d2a8569344c0ec8 Mon Sep 17 00:00:00 2001 From: Nick Rubin Date: Tue, 19 Oct 2021 18:27:55 -0700 Subject: [PATCH] explicit cirq-core cirq-goog --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc14b10..5d184f8 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ openfermion>=1.2.0 -cirq~=0.12.0 +cirq-core~=0.12.0 +cirq-google~=0.12.0 jupyter numpy>=1.14 scipy