Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the defaults channel from dependencies.yml #1584

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removing the defaults channel
  • Loading branch information
mdemoret-nv committed Mar 28, 2024
commit 654ede648357a11619924e8941e892bf0ad5f3f6
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
Loading