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: ...@@ -9,7 +9,8 @@ dependencies:
- codecov - codecov
- pip - pip
- libpng - libpng
- jpeg # NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates - ca-certificates
- pip: - pip:
- future - future
......
...@@ -9,7 +9,8 @@ dependencies: ...@@ -9,7 +9,8 @@ dependencies:
- codecov - codecov
- pip - pip
- libpng - libpng
- jpeg # NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates - ca-certificates
- pip: - pip:
- future - future
......
...@@ -9,7 +9,8 @@ requirements: ...@@ -9,7 +9,8 @@ requirements:
build: build:
- {{ compiler('c') }} # [win] - {{ compiler('c') }} # [win]
- libpng - 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 # NOTE: The only ffmpeg version that we build is actually 4.2
- ffmpeg >=4.2 # [not win] - ffmpeg >=4.2 # [not win]
...@@ -24,7 +25,8 @@ requirements: ...@@ -24,7 +25,8 @@ requirements:
- python - python
- libpng - libpng
- ffmpeg >=4.2 # [not win] - ffmpeg >=4.2 # [not win]
- jpeg # NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- pillow >=5.3.0 - pillow >=5.3.0
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
...@@ -51,7 +53,8 @@ test: ...@@ -51,7 +53,8 @@ test:
- pytest - pytest
- scipy - scipy
- av >=8.0.1 - av >=8.0.1
- jpeg # NOTE: Pinned to fix issues with size_t on Windows
- jpeg <=9b
- ca-certificates - 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