From 92587d61fee518ed279ef4b2db94197ef71a6437 Mon Sep 17 00:00:00 2001 From: Peter Gadfort Date: Tue, 9 Jul 2024 13:52:36 -0400 Subject: [PATCH] pin to SC >= 0.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 063c850..5811580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"} dependencies = [ - "siliconcompiler>=0.23.3", + "siliconcompiler>=0.24.0", "Jinja2>=3.1.2", "lambdapdk>=0.1.12", "lambdalib>=0.2.0"