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 23da273 commit fea6266Copy full SHA for fea6266
pyproject.toml
@@ -16,8 +16,8 @@ license = {file = "LICENSE.txt"}
16
requires-python = "~=3.8"
17
dependencies = [
18
"amaranth>=0.5,<0.6",
19
- "chipflow-lib",
20
- "amaranth-soc"
+ "chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git@replace-providers",
+ "amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc@0ad5e245dd130d66a0a16663116ad0c1fe7a8956",
21
]
22
23
# Build system configuration
0 commit comments