Skip to content

Commit

Permalink
Merge pull request #58 from kcleal/kcleal-patch-2
Browse files Browse the repository at this point in the history
add channels conda_installer.sh
  • Loading branch information
kcleal authored Sep 29, 2024
2 parents f46b5a8 + 82edfa7 commit 8551006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/conda_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CONDA_BIN="$CONDA_PREFIX/bin"
CONDA_LIB="$CONDA_PREFIX/lib"

# Install dependencies
$CONDA_CMD install -y \
$CONDA_CMD install -c conda-forge -c bioconda -y \
fontconfig libuuid libcurl "libdeflate>=1.0" "htslib>=1.12" "glfw>=3.3" \
unzip freetype zlib ninja harfbuzz libwebp gn \
pthread-stubs xorg-libsm xorg-libice xorg-libx11 libxcb \
Expand Down

0 comments on commit 8551006

Please sign in to comment.