Skip to content

Commit

Permalink
Remove unused packaging/pkg_helpers.bash, Remove CONDA_CHANNEL_FLAGS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jun 6, 2023
1 parent a00152b commit 657027f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 353 deletions.
352 changes: 0 additions & 352 deletions packaging/pkg_helpers.bash

This file was deleted.

2 changes: 1 addition & 1 deletion packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
# Install libpng from Anaconda (defaults)
conda install ${CONDA_CHANNEL_FLAGS} libpng "jpeg<=9b" -y
conda install libpng "jpeg<=9b" -yq
conda install -yq ffmpeg=4.2 -c pytorch

# Copy binaries to be included in the wheel distribution
Expand Down

0 comments on commit 657027f

Please sign in to comment.