Skip to content

Commit

Permalink
Silence graphviz dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 14, 2024
1 parent 7210389 commit dcaf73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"bidict",
"cloudpickle",
"graphviz",
# "graphviz",
"h5io",
"h5io_browser",
"matplotlib",
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [
dependencies = [
"bidict==0.23.1",
"cloudpickle==3.0.0",
"graphviz==0.20.3",
# "graphviz==0.20.3",
"h5io==0.2.2",
"h5io_browser==0.0.12",
"matplotlib==3.8.4",
Expand Down

0 comments on commit dcaf73c

Please sign in to comment.