Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Oct 1, 2024
1 parent ad4d312 commit 18202c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/conda/recipes/morpheus-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ outputs:
- cmake =3.27
- cuda-cudart-dev {{ cuda_compiler_version }}.* # Needed by CMake to compile a test application
- cuda-version {{ cuda_compiler_version }}.*
- indicators=2.3 # C++ library for progress monitoring
- libtool # Needed for DOCA build
- ninja =1.11
- pkg-config =0.29 # for mrc cmake
Expand Down
1 change: 1 addition & 0 deletions conda/environments/dev_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies:
- grpcio=1.59
- gxx_linux-64=11.2
- include-what-you-use=0.20
- indicators=2.3
- ipython
- isort
- libcudf=24.02
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ dependencies:
- cmake=3.27
- cuda-cudart-dev=12.1
- cuda-version=12.1
- indicators=2.3 # C++ library for progress monitoring
- libtool # Needed for DOCA build
- ninja=1.11
- pkg-config=0.29 # for mrc cmake
Expand Down

0 comments on commit 18202c7

Please sign in to comment.