Skip to content

Commit

Permalink
added matplotlib as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
decryptofy committed Mar 21, 2024
1 parent 28d5a6f commit cd93166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
'zarr[jupyter]',
'ruff',
'mpmath',
'matplotlib',
]
license = {text = "MPL-2.0"}
classifiers = [
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ numba
zarr[jupyter]
ruff
mpmath
matplotlib

0 comments on commit cd93166

Please sign in to comment.