File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ requirements:
11
11
- {{ compiler('c') }} # [win]
12
12
- libpng
13
13
- libjpeg-turbo
14
- - ffmpeg >=4.2 # [linux]
14
+ - ffmpeg >=4.2.2, <5.0.0 # [linux]
15
15
16
16
host :
17
17
- python
18
18
- setuptools
19
19
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
20
- {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
20
+ {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT', 'pytorch' ) }}
21
21
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
22
22
23
23
run :
@@ -26,11 +26,11 @@ requirements:
26
26
- numpy >=1.23.5 # [py >= 311]
27
27
- requests
28
28
- libpng
29
- - ffmpeg >=4.2 # [linux]
29
+ - ffmpeg >=4.2.2, <5.0.0 # [linux]
30
30
- libjpeg-turbo
31
31
- pillow >=5.3.0, !=8.3.*
32
32
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
33
- {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
33
+ {{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch' ) }}
34
34
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
35
35
36
36
{% if build_variant == 'cpu' %}
You can’t perform that action at this time.
0 commit comments