Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ requirements:
- python
- setuptools
- pip
- mpich
- openmp
{% for req in data.get('setup_requires', [])
if req not in conda_package_nonexistent -%}
Expand All @@ -48,6 +49,7 @@ requirements:

run:
- python
- mpich
- openmp
{% for req in data.get('install_requires', [])
if req not in conda_package_nonexistent -%}
Expand Down