Skip to content

Commit 17eafd1

Browse files
committed
fix(cocotbext): lock versions cocotb-bus == 0.2.1 and cocotb == 1.9.2
1 parent bcf50ce commit 17eafd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comp/mfb_tools/logic/speed_meter/cocotb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cocotb-mfb_speed_meter_mi"
33
version = "0.1.0"
44
dependencies = [
5-
"cocotb",
5+
"cocotb == 1.9.2",
66
]
77

88
[build-system]

python/cocotbext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cocotbext-ofm"
33
version = "0.1.0"
44
dependencies = [
55
"cocotb",
6-
"cocotb-bus",
6+
"cocotb-bus == 0.2.1",
77
"ofm @ ${NDK_FPGA_OFM_URL}",
88
]
99

0 commit comments

Comments
 (0)