Skip to content

Commit

Permalink
Merge pull request #472 from jaimergp/rebuild-with-latest-constructor
Browse files Browse the repository at this point in the history
Build with constructor 3.4.4
  • Loading branch information
isuruf authored Jul 13, 2023
2 parents 4d8f709 + 1eb79ef commit 5a1e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "***** Install constructor *****"
mamba install --yes \
--channel conda-forge --override-channels \
jinja2 curl libarchive \
"constructor>=3.4.2"
"constructor>=3.4.4"

if [[ "$(uname)" == "Darwin" ]]; then
mamba install --yes \
Expand Down

0 comments on commit 5a1e689

Please sign in to comment.