From a83561c3920a27c2242773ed5cc47ba9660608b1 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Mon, 1 Sep 2025 19:05:20 +0100 Subject: [PATCH] Remove unnecessary dependencies --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 070210e..7d51a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,12 +14,10 @@ license = {file = "LICENSE.md"} requires-python = ">=3.11" dependencies = [ "amaranth[builtin-yosys]>=0.5.1", - "amaranth-cv32e40p @ git+https://github.com/ChipFlow/amaranth-cv32e40p", - "chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip", - "minerva @ git+https://github.com/minerva-cpu/minerva", + "amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc", "chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git", + "chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip", "ziglang==0.11.0", - "amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc", ] # Build system configuration