Skip to content

Commit

Permalink
MAINT: added explicit dependency on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Oct 4, 2023
1 parent a3e369c commit 1dcb222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions condarecipe/larray-editor/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ requirements:
- python >=3.7
# requires larray >= 0.32 because of the LArray -> Array rename
- larray >=0.32
# it is indirectly pulled from larray, but let us be explicit about this
- numpy
- matplotlib
- pyqt >=5
- qtpy >=2 # for Qt6 support
Expand Down

0 comments on commit 1dcb222

Please sign in to comment.