Skip to content

Commit

Permalink
Update to mache 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jul 31, 2023
1 parent 3e166e6 commit 83c80e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jigsawpy=0.3.3
jupyter
lxml
{% if include_mache %}
mache=1.15.0
mache=1.16.0
{% endif %}
matplotlib-base
metis
Expand Down
2 changes: 1 addition & 1 deletion conda/configure_compass_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.15.0"'
mache = '"mache=1.16.0"'

setup_install_env(env_name, activate_base, args.use_local, logger,
args.recreate, conda_base, mache)
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ requirements:
- jigsawpy 0.3.3
- jupyter
- lxml
- mache 1.15.0
- mache 1.16.0
- matplotlib-base
- metis
- mpas_tools 0.19.0
Expand Down

0 comments on commit 83c80e5

Please sign in to comment.