Skip to content

Commit

Permalink
Add development deps to dependencies.yaml (#1193)
Browse files Browse the repository at this point in the history
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1193
  • Loading branch information
cwharris authored Sep 25, 2023
1 parent 23e3e59 commit c8f4e16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ files:
arch: [x86_64]
includes:
- build_cpp
- development_cpp
- run_morpheus
- test_python_morpheus
- cudatoolkit
Expand Down Expand Up @@ -56,6 +57,14 @@ dependencies:
- scikit-build=0.17.1
- tritonclient=2.26 # Required by NvTabular, force the version, so we get protobufs compatible with 4.21
- ucx=1.14
development_cpp:
common:
- output_types: [conda]
packages:
- clangdev=14
- include-what-you-use=0.18
- isort
- yapf=0.40.1
run_morpheus:
common:
- output_types: [conda]
Expand Down

0 comments on commit c8f4e16

Please sign in to comment.