Skip to content

Commit

Permalink
Merge pull request #251 from tangkong/bld_pin_matplotlib
Browse files Browse the repository at this point in the history
BLD: pin matplotlib<=3.9.0, avoid qt6 deps
  • Loading branch information
tangkong authored Aug 26, 2024
2 parents 141c517 + 35eafc6 commit ed13762
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ requirements:
- databroker <2.0.0a0
- happi
- ipython
# matplotlib 3.9.1 pulls pyside6, which is too much qt6 for us
- matplotlib <=3.9.0
- numpy <2.0.0
- ophyd
- pcdsutils >=0.14.1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maintenance
-----------
- Pins numpy<2.0 to avoid issues with upstream incompatibilities
- Refactors find-replace logic and dataclasses into a separate module from the widgets that display them
- Specify bluesky-base in conde dependnecies to avoid matplotlib
- Specify bluesky-base and pin matplotlib in conda dependencies to avoid unintended qt6 dependencies

Contributors
------------
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ bluesky-widgets
databroker<2.0.0a0
happi
ipython
# matplotlib 3.9.1 pulls pyside6, which is too much qt6 for us
matplotlib<=3.9.0
# numpy >2 incompatible with xraylib and others
numpy<2.0.0
ophyd
Expand Down

0 comments on commit ed13762

Please sign in to comment.