Skip to content

Commit

Permalink
Remove the defaults channel from dependencies.yml (#1584)
Browse files Browse the repository at this point in the history
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: #1584
  • Loading branch information
mdemoret-nv authored Apr 1, 2024
1 parent 1fc9588 commit 5bbfb5b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults
dependencies:
- anyio>=3.7
- appdirs
Expand Down
1 change: 0 additions & 1 deletion conda/environments/dev_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults
dependencies:
- appdirs
- benchmark=1.8.3
Expand Down
2 changes: 0 additions & 2 deletions conda/environments/examples_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults
dependencies:
- anyio>=3.7
- appdirs
Expand Down Expand Up @@ -70,5 +69,4 @@ dependencies:
- milvus==2.3.5
- nemollm
- pymilvus==2.3.6
- python-logging-loki
name: examples_cuda-121_arch-x86_64
1 change: 0 additions & 1 deletion conda/environments/model-utils_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults
dependencies:
- cuml=24.02.*
- jupyterlab
Expand Down
1 change: 0 additions & 1 deletion conda/environments/runtime_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults
dependencies:
- appdirs
- click >=8
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ channels:
- nvidia
- nvidia/label/dev
- pytorch
- defaults

dependencies:

Expand Down

0 comments on commit 5bbfb5b

Please sign in to comment.