Unverified Commit 851b623c authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Pin JPEG version to resolve the size_t issue on windows (#3787)

parent a78d0d83
......@@ -9,7 +9,8 @@ dependencies:
- codecov
- pip
- libpng
- jpeg
# NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates
- pip:
- future
......
......@@ -9,7 +9,8 @@ dependencies:
- codecov
- pip
- libpng
- jpeg
# NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates
- pip:
- future
......
......@@ -9,7 +9,8 @@ requirements:
build:
- {{ compiler('c') }} # [win]
- libpng
- jpeg
# NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
# NOTE: The only ffmpeg version that we build is actually 4.2
- ffmpeg >=4.2 # [not win]
......@@ -24,7 +25,8 @@ requirements:
- python
- libpng
- ffmpeg >=4.2 # [not win]
- jpeg
# NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- pillow >=5.3.0
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
......@@ -51,7 +53,8 @@ test:
- pytest
- scipy
- av >=8.0.1
- jpeg
# NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment