Skip to content

Commit

Permalink
Add numpy as an optional dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Nov 21, 2022
1 parent b1f0593 commit 4917ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ all = [
"coverage",
"ipython",
"nbsphinx",
"numpy",
"pygraphviz",
"sphinx >= 3.5",
"sphinx-gallery < 0.11",
Expand All @@ -48,6 +49,7 @@ doc = [
test = [
"behave",
"coverage",
"numpy",
"pygraphviz",
]
vis = [
Expand Down

0 comments on commit 4917ac8

Please sign in to comment.