Skip to content

Commit b75b7cd

Browse files
committed
Remove FFmpeg from release
1 parent 2831f11 commit b75b7cd

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- pip
1010
- libpng
1111
- jpeg
12-
- ffmpeg=4.2
1312
- ca-certificates
1413
- pip:
1514
- future

packaging/build_wheel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ else
3232
cp "/usr/lib64/libjpeg.so" torchvision
3333
fi
3434

35-
download_copy_ffmpeg
3635

3736
if [[ "$OSTYPE" == "msys" ]]; then
3837
IS_WHEEL=1 "$script_dir/windows/internal/vc_env_helper.bat" python setup.py bdist_wheel

packaging/torchvision/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ requirements:
1010
- {{ compiler('c') }} # [win]
1111
- libpng
1212
- jpeg
13-
- ffmpeg =4.2 # [not win]
1413

1514
host:
1615
- python
@@ -22,7 +21,6 @@ requirements:
2221
run:
2322
- python
2423
- libpng
25-
- ffmpeg =4.2 # [not win]
2624
- jpeg
2725
- pillow >=4.1.1
2826
- numpy >=1.11

0 commit comments

Comments
 (0)