multimodalart HF Staff commited on
Commit
322df51
·
verified ·
1 Parent(s): 4775ba1

pin av==13.1.0 (14.4.0 has no manylinux wheel)

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -17,7 +17,10 @@ accelerate>=0.34
17
  safetensors
18
 
19
  # torchvision.io.write_video is a thin PyAV wrapper; torchvision does not declare it.
20
- av>=13.0,<15
 
 
 
21
  numpy<3
22
  pillow
23
  requests
 
17
  safetensors
18
 
19
  # torchvision.io.write_video is a thin PyAV wrapper; torchvision does not declare it.
20
+ # Pinned exactly: av 14.4.0 publishes no manylinux x86_64 wheel and falls back to a
21
+ # source build that needs FFmpeg dev headers; 13.1.0 is the repo's declared floor and
22
+ # ships a cp312 wheel.
23
+ av==13.1.0
24
  numpy<3
25
  pillow
26
  requests