Skip to content

Commit

Permalink
fix: make klayout version compatible with recent openlane2
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab authored and urish committed Sep 20, 2024
1 parent 3627058 commit 9007570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"cocotb",
"gdstk",
"GitPython",
"klayout>=0.28.17.post1,<0.29.0",
"klayout<0.30.0,>=0.29.0",
"mistune",
"numpy<2",
"pre-commit",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ importlib-resources==6.4.0
# via wasmtime
iniconfig==2.0.0
# via pytest
klayout==0.28.17.post1
klayout==0.29.6
# via tt-support-tools (pyproject.toml)
markdown-it-py==3.0.0
# via rich
Expand Down

0 comments on commit 9007570

Please sign in to comment.