8000 MAINT: added explicit dependency on numpy · larray-project/larray-editor@1dcb222 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dcb222

Browse files
committed
MAINT: added explicit dependency on numpy
1 parent a3e369c commit 1dcb222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

condarecipe/larray-editor/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ requirements:
2323
- python >=3.7
2424
# requires larray >= 0.32 because of the LArray -> Array rename
2525
- larray >=0.32
26+
# it is indirectly pulled from larray, but let us be explicit about this
27+
- numpy
2628
- matplotlib
2729
- pyqt >=5
2830
- qtpy >=2 # for Qt6 support

0 commit comments

Comments
 (0)
0