Skip to content

Commit f0ce76a

Browse files
committed
Unpin zlib
1 parent 6eb36fd commit f0ce76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_shapeworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function install_conda() {
113113
# linux (only) deps
114114
if [[ "$(uname)" == "Linux" ]]; then
115115
# required by install_python_module.sh
116-
CONDA_PACKAGES+=(zlib=1.2.12 patchelf=0.14.5)
116+
CONDA_PACKAGES+=(zlib patchelf)
117117
fi
118118
fi
119119

0 commit comments

Comments
 (0)