From 35d66db1b83bae194b356a7aa2d93a35f445f6b5 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 23 Nov 2025 17:22:55 -0800 Subject: [PATCH] Change required systemrdl-compiler verison to ~1.31 to match peakrdl --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb41594..7e095a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "peakrdl-busdecoder" -version = "0.5.0" +version = "0.6.0" requires-python = ">=3.10" -dependencies = ["jinja2>=3.1.6", "systemrdl-compiler~=1.30.1"] +dependencies = ["jinja2>=3.1.6", "systemrdl-compiler~=1.31"] authors = [{ name = "Arnav Sacheti" }] description = "Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces"