Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Jul 29, 2024
1 parent e584e31 commit 0af42ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ myst-parser = {version = "*", optional = true}
nbsphinx = {version = "*", optional = true}
networkx = "^3.1"
numpy = "^1.24.4"
openlane = {version = "^2.0"}
openlane = [
{version = "^2.0", platform = "linux"},
{version = "<2.0", platform = "windows"}
]
pandas = "^1.5.3"
pandoc = {version = "*", optional = true}
pre-commit = {version = "*", optional = true}
Expand Down

0 comments on commit 0af42ef

Please sign in to comment.