Skip to content

Commit e5ca2c9

Browse files
committed
Update pyproject.tomls
1 parent d62b59c commit e5ca2c9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "riscv-soc"
33
version = "0.1.0"
44
description = "A minimal RISC-V SoC containing an RV32I-compliant core, a UART and AHB interconnect."
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.12.7"
77
dependencies = [
88
"furo>=2024.8.6",
99
"myst-parser>=4.0.0",

sim/pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[project]
22
name = "sim"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
4+
description = "cocotb-based simulation flow"
65
requires-python = ">=3.12.7"
7-
dependencies = [
8-
"cocotb>=1.9.2",
9-
"pytest>=8.3.4",
10-
]
6+
dependencies = ["cocotb>=1.9.2", "pytest>=8.3.4"]

0 commit comments

Comments
 (0)