Skip to content

Commit e51cd63

Browse files
committed
Prepare for PR
1 parent 7c17ae6 commit e51cd63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ license = {file = "LICENSE.txt"}
1616
requires-python = ">=3.10"
1717
dependencies = [
1818
"amaranth>=0.5,<0.6",
19-
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git@replace-providers",
19+
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
2020
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc@0ad5e245dd130d66a0a16663116ad0c1fe7a8956",
21+
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",
2122
]
2223

2324
# Build system configuration
@@ -36,4 +37,4 @@ reportMissingImports = false
3637
reportUnboundVariable = false
3738

3839
[tool.ruff.lint]
39-
ignore = ['F403', 'F405']
40+
ignore = ['F403', 'F405']

0 commit comments

Comments
 (0)