Skip to content

Commit 8ddec74

Browse files
committed
MAINT: added explicit minimum Python version in conda recipe
1 parent 69298ad commit 8ddec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

condarecipe/larray-editor/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ build:
1616

1717
requirements:
1818
host:
19-
- python
19+
- python >=3.7
2020
- pip
2121

2222
run:
23-
- python
23+
- python >=3.7
2424
# requires larray >= 0.32 because of the LArray -> Array rename
2525
- larray >=0.32
2626
- matplotlib

0 commit comments

Comments
 (0)