Skip to content

Commit 6f7029d

Browse files
committed
pinning at recipe level for python
1 parent 6a973d8 commit 6f7029d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requirements:
2222
- swig
2323

2424
run:
25-
- python >=3.5,<4.0
25+
- {{ pin_compatible('python', lower_bound='3.5', upper_bound='4.0') }}
2626
- numpy >=1.16
2727
- pandas >=0.23
2828

0 commit comments

Comments
 (0)