Skip to content

Commit

Permalink
Remove verbose logging; ensure torch for runtime packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <[email protected]>
  • Loading branch information
willkill07 committed Mar 5, 2025
1 parent 2ca4c64 commit 5beb420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/conda/recipes/morpheus-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ outputs:
- requests-cache =1.1.*
- scikit-learn =1.3.2.*
- sqlalchemy <2.0 # 2.0 is incompatible with pandas=1.3
- torch=2.4.0
- tqdm =4.*
- tritonclient =2.34.*
- typing_utils =0.1.*
Expand Down
2 changes: 1 addition & 1 deletion ci/conda/recipes/run_conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if hasArg morpheus-libs; then

echo "Running conda-build for morpheus libraries v${GIT_VERSION}..."
set -x
conda -vvv ${CONDA_COMMAND} "${CONDA_ARGS_ARRAY[@]}" ${CONDA_ARGS} ci/conda/recipes/morpheus-libs
conda ${CONDA_COMMAND} "${CONDA_ARGS_ARRAY[@]}" ${CONDA_ARGS} ci/conda/recipes/morpheus-libs
set +x
fi

Expand Down

0 comments on commit 5beb420

Please sign in to comment.