Skip to content

Commit fe73caf

Browse files
committed
chore: Update requirements for yosys
1 parent df78b12 commit fe73caf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ authors = [
1616
]
1717
license = {file = "LICENSE.md"}
1818

19-
requires-python = "~=3.8"
19+
requires-python = ">=3.9"
2020
dependencies = [
2121
"amaranth>=0.5,<0.7",
2222
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2323
"amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards",
2424
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",
2525
"amaranth-orchard @ git+https://github.com/ChipFlow/amaranth-orchard",
26-
"yowasp-yosys~=0.41.0.0",
27-
"yowasp-nextpnr-ecp5==0.7.0.11.post528.dev0",
26+
"yowasp-yosys>=0.41.0.0",
27+
"yowasp-nextpnr-ecp5>=0.7",
2828
"yowasp-runtime",
29-
"tomli~=2.0.1",
30-
"jsonschema~=4.17.3",
31-
"doit~=0.36.0",
32-
"requests~=2.30.0",
29+
"tomli>=2.0.1",
30+
"jsonschema>=4.17.3",
31+
"doit>=0.36.0",
32+
"requests>=2.30.0",
3333
]
3434

3535
[project.scripts]
@@ -45,11 +45,11 @@ build-backend = "pdm.backend"
4545

4646
[tool.pdm.dev-dependencies]
4747
test = [
48-
"pytest~=7.2.0",
48+
"pytest>=7.2.0",
4949
"sphinx>=7.1.2",
5050
]
5151
lint = [
52-
"pycodestyle~=2.10.0",
52+
"pycodestyle>=2.11",
5353
]
5454

5555
[tool.pdm.scripts]

0 commit comments

Comments
 (0)