-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #1584
- Loading branch information
1 parent
1fc9588
commit 5bbfb5b
Showing
6 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ channels: | |
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
- defaults | ||
dependencies: | ||
- anyio>=3.7 | ||
- appdirs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ channels: | |
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
- defaults | ||
dependencies: | ||
- appdirs | ||
- benchmark=1.8.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ channels: | |
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
- defaults | ||
dependencies: | ||
- cuml=24.02.* | ||
- jupyterlab | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ channels: | |
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
- defaults | ||
dependencies: | ||
- appdirs | ||
- click >=8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,7 +161,6 @@ channels: | |
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
- defaults | ||
|
||
dependencies: | ||
|
||
|