Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 0 additions & 1 deletion 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
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