Skip to content

Commit

Permalink
Update spec on conda, conda-build, conda-standalone.
Browse files Browse the repository at this point in the history
Remove mamba, menuinst.

Note: these are just for the build environment, not base or runtime environment.
  • Loading branch information
mrclary committed Jan 14, 2025
1 parent 2a5162e commit b63d22a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions installers-conda/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: spy-inst
channels:
- conda-forge
dependencies:
- conda =24.7.1
- conda-build =24.7.1
- conda =24.9.2
- conda-build =24.9.0
- conda-lock =2.5.7
- conda-standalone =24.7.1
- constructor =3.9.2
- conda-standalone =24.9.2
- constructor =3.10.0
- gitpython
- mamba
- menuinst =2.1.2
- ruamel.yaml.jinja2
- setuptools_scm

0 comments on commit b63d22a

Please sign in to comment.