Skip to content

Commit

Permalink
Freeze the PyPy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Oct 6, 2024
1 parent e9b75ff commit 41913d7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,29 @@ initialize_by_default: False
user_requested_specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda >=24.7.1
- mamba >=1.5.9
{% else %}
- python 3.12.*
- conda >={{ version.split("-")[0] }}
- mamba >={{ mamba_version }}
{% endif %}
- pip
- conda >={{ version.split("-")[0] }}
# Omit conda-libmamba-solver so that conda is free to remove it later
- mamba >={{ mamba_version }}
- miniforge_console_shortcut 1.* # [win]

specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda 24.7.1
- mamba 1.5.9
- conda-libmamba-solver 24.7.0
{% else %}
- python 3.12.*
{% endif %}
- conda {{ version.split("-")[0] }}
- conda-libmamba-solver {{ conda_libmamba_solver_version }}
- mamba {{ mamba_version }}

- conda-libmamba-solver {{ conda_libmamba_solver_version }}
{% endif %}
- pip
- miniforge_console_shortcut 1.* # [win]

Expand Down

0 comments on commit 41913d7

Please sign in to comment.