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 141d1d4 commit cce8a79Copy full SHA for cce8a79
pyproject.toml
@@ -11,7 +11,7 @@ license = {file = "LICENSE.txt"}
11
requires-python = "~=3.8"
12
dependencies = [
13
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
14
- "amaranth>=0.3,<0.5",
+ "amaranth@git+https://github.com/amaranth-lang/amaranth",
15
]
16
17
[project.urls]
0 commit comments