Skip to content

Commit d617233

Browse files
committed
add pip to meta.yamls
1 parent add37bd commit d617233

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ requirements:
3434
- mkl-devel
3535
- numpy
3636
- wheel >=0.41.3
37+
- pip
3738
run:
3839
- python
3940
- python-gil # [py>=314]

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ requirements:
3838
- numpy
3939
{% endif %}
4040
- wheel >=0.41.3
41+
- pip
4142
run:
4243
- python
4344
- python-gil # [py>=314]

0 commit comments

Comments
 (0)