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
urish committed Dec 19, 2024
1 parent f197148 commit d7de7e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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==1.9.1",
"cocotb==1.9.2",
]

[tool.setuptools]
Expand Down
4 changes: 2 additions & 2 deletions verilog/dv/mux/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
cocotb==1.9.1
cocotb==1.9.2
# via tt-mux (pyproject.toml)
find-libpython==0.4.0
# via cocotb

0 comments on commit d7de7e0

Please sign in to comment.