Skip to content

Commit

Permalink
Update to mache 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 26, 2024
1 parent d43fc01 commit 21c9d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -16,7 +16,7 @@ ipython
jupyter
lxml
{% if include_mache %}
mache=1.25.0
mache=1.26.0
{% endif %}
matplotlib-base >=3.9.1
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 @@ -102,7 +102,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.25.0"'
mache = '"mache=1.26.0"'

setup_install_env(env_name, activate_base, args.use_local, logger,
args.recreate, conda_base, mache)
Expand Down

0 comments on commit 21c9d7f

Please sign in to comment.