From 03b34bc68c44bb9cfb57bbbe1a658649d3c61462 Mon Sep 17 00:00:00 2001 From: Peter Solodov Date: Thu, 25 Jul 2024 13:11:36 -0400 Subject: [PATCH] added setuptools dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 99b49c5d..0251de69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ cirq-core>=0.15.0 cirq-google>=0.15.0 # When changing Cirq requirements be sure to update dev_tools/write-ci-requirements.py +setuptools scipy ipython black