Skip to content

Commit b490b0f

Browse files
authored
Change the dev dependency 'matplotlib' to 'matplotlib-base' to reduce local environment size (#3158)
1 parent d35741c commit b490b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- codespell
2828
- ruff>=0.3.0
2929
# Dev dependencies (unit testing)
30-
- matplotlib
30+
- matplotlib-base
3131
- pytest-cov
3232
- pytest-doctestplus
3333
- pytest-mpl

0 commit comments

Comments
 (0)