Skip to content

Commit

Permalink
Revert mpi to impi
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Nov 14, 2024
1 parent 6df1e68 commit e97c607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ requirements:
- jinja2
- pybind11
- numpy
- mpich # [not win]
- impi-devel # [not win]
# dal-devel pinning depends on the recipe location (repo or feedstock)
- dal-devel
# - dal-devel =={{ version }}
Expand All @@ -77,7 +77,7 @@ requirements:
test:
requires:
- pyyaml
- mpich # [not win]
- impi_rt # [not win]
# DPC part of sklearnex is optional
- dpcpp-cpp-rt # [linux64]
# TODO: enable data parallel frameworks when they are available on conda-forge
Expand Down

0 comments on commit e97c607

Please sign in to comment.