You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make all plotting dependencies, like pandas_flavor, matplotlib, and cartopy (any other?), optional as a plotting extras.
@FloraSauerbronn this would require you to edit the requirements.txt file, to remove any plotting dependencies that may be listed there, and add a new entry in the pyproject.toml like:
We should make all plotting dependencies, like pandas_flavor, matplotlib, and cartopy (any other?), optional as a plotting extras.
@FloraSauerbronn this would require you to edit the
requirements.txt
file, to remove any plotting dependencies that may be listed there, and add a new entry in thepyproject.toml
like:Can you tackle that?
The text was updated successfully, but these errors were encountered: