Skip to content

Commit a83561c

Browse files
committed
Remove unnecessary dependencies
1 parent ae88f2d commit a83561c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ license = {file = "LICENSE.md"}
1414
requires-python = ">=3.11"
1515
dependencies = [
1616
"amaranth[builtin-yosys]>=0.5.1",
17-
"amaranth-cv32e40p @ git+https://github.com/ChipFlow/amaranth-cv32e40p",
18-
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
19-
"minerva @ git+https://github.com/minerva-cpu/minerva",
17+
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2018
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
19+
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
2120
"ziglang==0.11.0",
22-
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2321
]
2422

2523
# Build system configuration

0 commit comments

Comments
 (0)