@@ -12,9 +12,7 @@ cd "${CONSTRUCT_ROOT}"
12
12
# Constructor should be latest for non-native building
13
13
# See https://github.com/conda/constructor
14
14
echo " ***** Install constructor *****"
15
- # pyyaml 6 broke constructor
16
- # https://github.com/conda/constructor/pull/473
17
- conda install -y " constructor>=3.1.0" " pyyaml<6" jinja2 curl libarchive -c conda-forge --override-channels
15
+ conda install -y " constructor>=3.1.0" jinja2 curl libarchive -c conda-forge --override-channels
18
16
19
17
20
18
if [[ " $( uname) " == " Darwin" ]]; then
24
22
if [[ " ${TARGET_PLATFORM} " == win-* ]]; then
25
23
conda install -y " nsis=3.01" -c conda-forge --override-channels
26
24
fi
27
- pip install git+git://github.com/chrisburr/constructor@51415f3d62091daae7d21dab84add91d3cc73039 #egg=constructor --force --no-deps
25
+ pip install git+git://github.com/chrisburr/constructor@64ebd6d34f0f18684c76c0bebcfab41c38d55083 #egg=constructor --force --no-deps
28
26
conda list
29
27
30
28
echo " ***** Make temp directory *****"
@@ -41,7 +39,7 @@ cp LICENSE "${TEMP_DIR}/"
41
39
ls -al " ${TEMP_DIR} "
42
40
43
41
if [[ " ${TARGET_PLATFORM} " != win-* ]]; then
44
- MICROMAMBA_VERSION=0.21.0
42
+ MICROMAMBA_VERSION=0.21.2
45
43
mkdir " ${TEMP_DIR} /micromamba"
46
44
pushd " ${TEMP_DIR} /micromamba"
47
45
curl -L -O " https://anaconda.org/conda-forge/micromamba/${MICROMAMBA_VERSION} /download/${TARGET_PLATFORM} /micromamba-${MICROMAMBA_VERSION} -0.tar.bz2"
@@ -53,7 +51,6 @@ if [[ "${TARGET_PLATFORM}" != win-* ]]; then
53
51
fi
54
52
popd
55
53
EXTRA_CONSTRUCTOR_ARGS=" ${EXTRA_CONSTRUCTOR_ARGS} --conda-exe ${MICROMAMBA_FILE} --platform ${TARGET_PLATFORM} "
56
- conda install -y libmambapy
57
54
fi
58
55
59
56
echo " ***** Construct the installer *****"
0 commit comments