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 defaults conda channel from CI #8840

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion continuous_integration/condarc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
channels:
- conda-forge
- defaults
channel_priority: true
auto_activate_base: false
remote_backoff_factor: 20
Expand Down
5 changes: 2 additions & 3 deletions continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: dask-distributed
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- packaging
Expand Down Expand Up @@ -38,15 +37,13 @@ dependencies:
- pytest-rerunfailures
- pytest-timeout
- python-snappy # Only tested here
- pytorch # Only tested here
- requests
- s3fs # overridden by git tip below
- scikit-learn
- scipy
- sortedcollections
- tblib
- toolz
- torchvision # Only tested here
- tornado
- zict # overridden by git tip below
- zstandard
Expand All @@ -61,3 +58,5 @@ dependencies:
# - git+https://github.com/dask/s3fs
# - git+https://github.com/fsspec/filesystem_spec
- keras
- torch # Only tested here (using pip due to lack of Windows conda-forge builds)
- torchvision # Only tested here (using pip due to lack of Windows conda-forge builds)
1 change: 0 additions & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: dask-distributed
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- packaging
Expand Down
1 change: 0 additions & 1 deletion continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: dask-distributed
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- packaging
Expand Down
Loading