Skip to content

Commit

Permalink
Fix conda build for Python3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Sep 26, 2024
1 parent 92ea873 commit b071d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/dali_native_libs/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ requirements:
# Since we link statically, we need to add those dependencies explicitly
- libwebp-base
- openjpeg
- libprotobuf =5.27.4
- cfitsio
- nvidia-nvimagecodec-cuda{{ environ.get('CUDA_VERSION', '') | replace(".","") }}

Expand Down
1 change: 1 addition & 0 deletions conda/dali_python_bindings/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ requirements:
- nvidia-nvimagecodec-cuda{{ environ.get('CUDA_VERSION', '') | replace(".","") }}
run:
- python
- libprotobuf =5.27.4
- future
- astunparse >=1.6.0
- gast >=0.3.3
Expand Down

0 comments on commit b071d7c

Please sign in to comment.