Skip to content

Commit d7de7e0

Browse files
committed
fix(ci): resolve conflicting cocotb version for verification job
1 parent f197148 commit d7de7e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

verilog/dv/mux/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tt-mux"
33
requires-python = ">=3.11"
44
dynamic = ["version"]
55
dependencies = [
6-
"cocotb==1.9.1",
6+
"cocotb==1.9.2",
77
]
88

99
[tool.setuptools]

verilog/dv/mux/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile
66
#
7-
cocotb==1.9.1
7+
cocotb==1.9.2
88
# via tt-mux (pyproject.toml)
99
find-libpython==0.4.0
1010
# via cocotb

0 commit comments

Comments
 (0)