Skip to content

Commit

Permalink
Update build environment specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Aug 20, 2024
1 parent de913f7 commit 6ad1326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions installers-conda/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: spy-inst
channels:
- conda-forge
dependencies:
- conda =24.5.0
- conda-build =24.5.1
- conda =24.7.1
- conda-build =24.7.1
- conda-lock =2.5.7
- conda-standalone =24.5.0
- constructor =3.8.1
- conda-standalone =24.7.1
- constructor =3.9.2
- gitpython
- mamba
- menuinst =2.1.0
- menuinst =2.1.2
- ruamel.yaml.jinja2
- setuptools_scm
2 changes: 1 addition & 1 deletion installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
base_specs = {
"python": "=3.11.9",
"conda": "=24.5.0",
"menuinst": "=2.1.0",
"menuinst": "=2.1.2",
"mamba": "=1.5.8",
}
rt_specs = {
Expand Down

0 comments on commit 6ad1326

Please sign in to comment.