From 5bbfb5b3ce931e2d74bf6145d082d8f7a9075bb0 Mon Sep 17 00:00:00 2001 From: Michael Demoret <42954918+mdemoret-nv@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:20:45 -0400 Subject: [PATCH] Remove the defaults channel from `dependencies.yml` (#1584) This removes the `defaults` channel from `dependencies.yml` to use only `conda-forge` ## 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: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: https://github.com/nv-morpheus/Morpheus/pull/1584 --- conda/environments/all_cuda-121_arch-x86_64.yaml | 1 - conda/environments/dev_cuda-121_arch-x86_64.yaml | 1 - conda/environments/examples_cuda-121_arch-x86_64.yaml | 2 -- conda/environments/model-utils_cuda-121_arch-x86_64.yaml | 1 - conda/environments/runtime_cuda-121_arch-x86_64.yaml | 1 - dependencies.yaml | 1 - 6 files changed, 7 deletions(-) diff --git a/conda/environments/all_cuda-121_arch-x86_64.yaml b/conda/environments/all_cuda-121_arch-x86_64.yaml index d2fb377b2a..6918fb0d05 100644 --- a/conda/environments/all_cuda-121_arch-x86_64.yaml +++ b/conda/environments/all_cuda-121_arch-x86_64.yaml @@ -8,7 +8,6 @@ channels: - nvidia - nvidia/label/dev - pytorch -- defaults dependencies: - anyio>=3.7 - appdirs diff --git a/conda/environments/dev_cuda-121_arch-x86_64.yaml b/conda/environments/dev_cuda-121_arch-x86_64.yaml index 5ca2285176..bf045f359a 100644 --- a/conda/environments/dev_cuda-121_arch-x86_64.yaml +++ b/conda/environments/dev_cuda-121_arch-x86_64.yaml @@ -8,7 +8,6 @@ channels: - nvidia - nvidia/label/dev - pytorch -- defaults dependencies: - appdirs - benchmark=1.8.3 diff --git a/conda/environments/examples_cuda-121_arch-x86_64.yaml b/conda/environments/examples_cuda-121_arch-x86_64.yaml index 27c615c893..2b663d6b1a 100644 --- a/conda/environments/examples_cuda-121_arch-x86_64.yaml +++ b/conda/environments/examples_cuda-121_arch-x86_64.yaml @@ -8,7 +8,6 @@ channels: - nvidia - nvidia/label/dev - pytorch -- defaults dependencies: - anyio>=3.7 - appdirs @@ -70,5 +69,4 @@ dependencies: - milvus==2.3.5 - nemollm - pymilvus==2.3.6 - - python-logging-loki name: examples_cuda-121_arch-x86_64 diff --git a/conda/environments/model-utils_cuda-121_arch-x86_64.yaml b/conda/environments/model-utils_cuda-121_arch-x86_64.yaml index e6c25ed721..761f19aaa0 100644 --- a/conda/environments/model-utils_cuda-121_arch-x86_64.yaml +++ b/conda/environments/model-utils_cuda-121_arch-x86_64.yaml @@ -8,7 +8,6 @@ channels: - nvidia - nvidia/label/dev - pytorch -- defaults dependencies: - cuml=24.02.* - jupyterlab diff --git a/conda/environments/runtime_cuda-121_arch-x86_64.yaml b/conda/environments/runtime_cuda-121_arch-x86_64.yaml index cd65265434..791f58e463 100644 --- a/conda/environments/runtime_cuda-121_arch-x86_64.yaml +++ b/conda/environments/runtime_cuda-121_arch-x86_64.yaml @@ -8,7 +8,6 @@ channels: - nvidia - nvidia/label/dev - pytorch -- defaults dependencies: - appdirs - click >=8 diff --git a/dependencies.yaml b/dependencies.yaml index fbfdc4b31c..d19cb844bd 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -161,7 +161,6 @@ channels: - nvidia - nvidia/label/dev - pytorch - - defaults dependencies: