Skip to content

Commit

Permalink
Merge pull request #405 from dbast/patch-1
Browse files Browse the repository at this point in the history
Switch to constructor >=3.4.2
  • Loading branch information
hmaarrfk authored Jan 27, 2023
2 parents fa73327 + 51571b6 commit 6ce67e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = os.environ.get("MINIFORGE_VERSION", "22.9.0-3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "22.11.1-0") %}
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}

name: {{ name }}
Expand Down Expand Up @@ -32,4 +32,7 @@ specs:
- conda {{ version.split("-")[0] }}

- pip
# Unpin setuptools when the issue below is resolved
# https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/3973
- setuptools 65.*
- miniforge_console_shortcut 1.* # [win]
6 changes: 1 addition & 5 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ echo "***** Install constructor *****"
conda install --yes \
--channel conda-forge --override-channels \
jinja2 curl libarchive \
"constructor>=3.3.1"
"constructor>=3.4.2"
if [[ "$(uname)" == "Darwin" ]]; then
conda install --yes coreutils --channel conda-forge --override-channels
fi
# shellcheck disable=SC2154
if [[ "${TARGET_PLATFORM}" == win-* ]]; then
conda install --yes "nsis=3.01" --channel conda-forge --override-channels
fi
conda list

echo "***** Make temp directory *****"
Expand Down

0 comments on commit 6ce67e8

Please sign in to comment.