Skip to content

Commit

Permalink
Update to mache 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Mar 1, 2023
1 parent 3e757a1 commit 15bc19d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: conda

# Can run individually with `pre-commit run isort --all-files`
- repo: https://github.com/PyCQA/isort
Expand Down
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 @@ jigsawpy=0.3.3
jupyter
lxml
{% if include_mache %}
mache=1.10.0
mache=1.12.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 @@ -98,7 +98,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.10.0"'
mache = '"mache=1.12.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 @@ -52,7 +52,7 @@ requirements:
- jigsawpy 0.3.3
- jupyter
- lxml
- mache 1.10.0
- mache 1.12.0
- matplotlib-base
- metis
- mpas_tools 0.17.0
Expand Down

0 comments on commit 15bc19d

Please sign in to comment.