From c3c828a7d086b41e0f13752f8e9ef9840ac84f1b Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 20 Mar 2025 22:38:28 -0700 Subject: [PATCH] Update rtl manifest dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb1b898..0c519f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ classifiers = [ dependencies = [ "pyyaml", "cocotb", - "rtl-manifest>=0.3.0" + "rtl-manifest>=0.3.1" ] # List additional groups of dependencies here (e.g. development