Skip to content

Commit

Permalink
Change matplotlib to matplotlib-base
Browse files Browse the repository at this point in the history
The regular `matplotlib` package brings in qt5 dependencies which we
want to avoid. Using `matplotlib-base` skips the qt dependencies and
will use what we already have (pyside6).

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 13, 2023
1 parent 478286a commit f6df05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- python
- pyside6
- Pillow
- matplotlib
- matplotlib-base
- importlib_resources
- fabio
- pyyaml
Expand Down

0 comments on commit f6df05a

Please sign in to comment.