We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c17ae6 commit e51cd63Copy full SHA for e51cd63
pyproject.toml
@@ -16,8 +16,9 @@ license = {file = "LICENSE.txt"}
16
requires-python = ">=3.10"
17
dependencies = [
18
"amaranth>=0.5,<0.6",
19
- "chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git@replace-providers",
+ "chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
20
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc@0ad5e245dd130d66a0a16663116ad0c1fe7a8956",
21
+ "amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",
22
]
23
24
# Build system configuration
@@ -36,4 +37,4 @@ reportMissingImports = false
36
37
reportUnboundVariable = false
38
39
[tool.ruff.lint]
-ignore = ['F403', 'F405']
40
+ignore = ['F403', 'F405']
0 commit comments