Skip to content

Commit f804672

Browse files
author
Dan-Flores
committed
remove <9
1 parent c6d1190 commit f804672

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Start by installing the **nightly** build of PyTorch following the
3030
Then, the easiest way to install the rest of the dependencies is to run:
3131

3232
```bash
33-
conda install cmake pkg-config pybind11 "ffmpeg<9" -c conda-forge
33+
conda install cmake pkg-config pybind11 "ffmpeg" -c conda-forge
3434
```
3535

3636
### Clone and build

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ ffmpeg -f lavfi -i \
114114
easy way to install it is to use `conda`:
115115

116116
```bash
117-
conda install "ffmpeg<9"
117+
conda install "ffmpeg"
118118
# or
119-
conda install "ffmpeg<9" -c conda-forge
119+
conda install "ffmpeg" -c conda-forge
120120
```
121121

122122
3. Install TorchCodec:
@@ -154,9 +154,9 @@ format you want. Refer to Nvidia's GPU support matrix for more details
154154
easy way to install it is to use `conda`:
155155

156156
```bash
157-
conda install "ffmpeg<9"
157+
conda install "ffmpeg"
158158
# or
159-
conda install "ffmpeg<9" -c conda-forge
159+
conda install "ffmpeg" -c conda-forge
160160
```
161161

162162
After installing FFmpeg make sure it has NVDEC support when you list the supported

0 commit comments

Comments
 (0)