Skip to content

Commit 776e685

Browse files
committed
Remove unnecessary dependencies
1 parent fde87eb commit 776e685

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ license = {file = "LICENSE.md"}
1414
requires-python = ">=3.11"
1515
dependencies = [
1616
"amaranth[builtin-yosys]>=0.5.4,<0.6",
17-
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
18-
"minerva @ git+https://github.com/minerva-cpu/minerva",
17+
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
1918
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
19+
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
2020
"ziglang==0.11.0",
21-
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2221
]
2322

2423
# Build system configuration

0 commit comments

Comments
 (0)