Skip to content

Commit 2707095

Browse files
committed
Unpin brew's FFmpeg formula
We don't need to use FFmpeg 2.8 as since #1494 we support FFmpeg 5+
1 parent 88e9098 commit 2707095

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

cibuildwheel-tensorflow.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ environment = { PROJECT_NAME="essentia-tensorflow", ESSENTIA_PROJECT_NAME="${PRO
3030

3131
before-all = [
3232
"brew install pkg-config gcc readline sqlite gdbm freetype libpng",
33-
"brew install eigen libyaml fftw ffmpeg@2.8 libsamplerate libtag",
34-
"brew link --force ffmpeg@2.8",
33+
"brew install eigen libyaml fftw ffmpeg libsamplerate libtag",
3534
"brew install chromaprint",
36-
"brew link --overwrite ffmpeg@2.8",
3735
# Delocate checks for the min OS version (LC_BUILD_VERSION or C_VERSION_MIN_MACOSX).
3836
# Tensorflow bottle a has minimum target of 14.2 which is too new.
3937
# We could build from source as a workaround, however, it takes too much time on the CI worker.
@@ -67,10 +65,8 @@ environment = { PROJECT_NAME="essentia-tensorflow", ESSENTIA_PROJECT_NAME="${PRO
6765

6866
before-all = [
6967
"brew install pkg-config gcc readline sqlite gdbm libpng",
70-
"brew install eigen libyaml fftw ffmpeg@2.8 libsamplerate libtag",
71-
"brew link --force ffmpeg@2.8",
68+
"brew install eigen libyaml fftw ffmpeg libsamplerate libtag",
7269
"brew install chromaprint",
73-
"brew link --overwrite ffmpeg@2.8",
7470
# Delocate checks for the min OS version (LC_BUILD_VERSION or C_VERSION_MIN_MACOSX).
7571
# Tensorflow bottle a has minimum target of 15.2 which is too new.
7672
# We could build from source as a workaround, however, it takes too much time on the CI worker.

0 commit comments

Comments
 (0)