Skip to content

Commit

Permalink
Merge pull request #391 from xylar/fix_mache_constraint
Browse files Browse the repository at this point in the history
Constrain mache version exactly
  • Loading branch information
xylar authored May 16, 2022
2 parents c8f1b60 + 1962a67 commit 16956c4
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 @@ -15,7 +15,7 @@ jigsaw=0.9.14
jigsawpy=0.3.3
jupyter
lxml
mache >=1.3.2
mache=1.3.2
matplotlib-base
metis
mpas_tools=0.14.0
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 @@ -53,7 +53,7 @@ def setup_install_env(env_name, activate_base, use_local, logger, recreate,
channels = '--use-local'
else:
channels = ''
packages = 'progressbar2 jinja2 "mache>=1.3.2"'
packages = 'progressbar2 jinja2 "mache=1.3.2"'
if recreate or not os.path.exists(env_path):
print('Setting up a conda environment for installing compass\n')
commands = '{}; ' \
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.3.2
- mache 1.3.2
- matplotlib-base
- metis
- mpas_tools 0.14.0
Expand Down

0 comments on commit 16956c4

Please sign in to comment.