Skip to content

Commit

Permalink
fix(ci): resolve conflicting cocotb version for verification job
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab committed Sep 30, 2024
1 parent 78c2bed commit a6096e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion verilog/dv/mux/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tt-mux"
requires-python = ">=3.11"
dynamic = ["version"]
dependencies = [
"cocotb",
"cocotb==1.9.1",
]

[tool.setuptools]
Expand Down
2 changes: 1 addition & 1 deletion verilog/dv/mux/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
cocotb==1.8.1
cocotb==1.9.1
# via tt-mux (pyproject.toml)
find-libpython==0.4.0
# via cocotb

0 comments on commit a6096e3

Please sign in to comment.