From 45f26cdc8cd8875e96a2da3e6ee15b5c1fde7b95 Mon Sep 17 00:00:00 2001 From: Luca Mondada Date: Fri, 29 Sep 2023 13:14:00 +0200 Subject: [PATCH] Remove itertools dep --- pyrs/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrs/Cargo.toml b/pyrs/Cargo.toml index 7f113b24..0008e1ce 100644 --- a/pyrs/Cargo.toml +++ b/pyrs/Cargo.toml @@ -18,4 +18,3 @@ tket-json-rs = { git = "https://github.com/CQCL/tket-json-rs", rev="619db15d3", quantinuum-hugr = { workspace = true } portgraph = { workspace = true, features = ["pyo3"] } pyo3 = { workspace = true, features = ["extension-module"] } -itertools.workspace = true