Skip to content

Commit

Permalink
move matplotlib to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Oct 18, 2023
1 parent a2c14ec commit 8aaae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ io = [
]
extra = [
"xugrid>=0.6.5", # xarray wrapper for mesh processing
"matplotlib", # plotting; required for slippy tiles
"pyet", # calc evapotraspiration, quite well used, used in all wflow models but domain specific
]
dev = [
Expand Down Expand Up @@ -89,7 +90,6 @@ doc = [
examples = [
"jupyterlab", # run examples in jupyter notebook
"cartopy", # plotting examples
"matplotlib", # plotting (matplotlib-base
"notebook", # jupyter integration
]

Expand Down

0 comments on commit 8aaae96

Please sign in to comment.