Skip to content

Commit

Permalink
Make protobuf a build time dependency for DALI python bindings in conda
Browse files Browse the repository at this point in the history
- makes protobuf a build time dependency for DALI python bindings in conda
  so it installs libprotobuf during the build time

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Sep 20, 2024
1 parent f34a227 commit 8f3789a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/dali_python_bindings/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ requirements:
- black-jupyter =24.4.2
- bandit
- nvidia-dali-core{% if environ.get('NVIDIA_DALI_BUILD_FLAVOR', '')|length %}{{"-" + environ.get('NVIDIA_DALI_BUILD_FLAVOR', '')}}{% endif %}-cuda{{ environ.get('CUDA_VERSION', '') | replace(".","") }} ={{ environ.get('DALI_CONDA_BUILD_VERSION', '') }}
- protobuf >=3.26.1
- libprotobuf-static >=3.26.1
host:
- dali-opencv
- dali-ffmpeg
- libprotobuf-static >=3.26.1
- python
- future
- protobuf >=3.26.1
- astunparse >=1.6.0
- gast >=0.3.3
- dm-tree >=0.1.8
Expand Down

0 comments on commit 8f3789a

Please sign in to comment.