Skip to content

Commit

Permalink
Bump mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 30, 2024
1 parent 320565d commit b768453
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conda/mpi4py/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adapted from: https://github.com/conda-forge/mpi4py-feedstock/blob/main/recipe/meta.yaml

{% set version = "3.1.6" %}
{% set version = "4.0.1" %}
{% set build = 1 %}

package:
Expand Down Expand Up @@ -29,11 +29,13 @@ build:
requirements:
build:
- python # [build_platform != target_platform]
- cython <3 # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python
- pip
- cython <3
- setuptools
- python-build
- cython
run:
- python

0 comments on commit b768453

Please sign in to comment.