From 3362334cc45444c4a98f5d993803d3f1ce8891fb Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 12 Aug 2024 11:31:21 -0500 Subject: [PATCH] Remove tainted default channel See: * https://www.anaconda.com/blog/is-conda-free * https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/ --- dev-environment.yml | 1 - environment.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index 18e6f549..1a758a6b 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -17,7 +17,6 @@ name: napari-imagej-dev channels: - conda-forge - - defaults dependencies: # Breaking change in 3.11.1 breaks napari - see # https://github.com/napari/napari/issues/5705 for the fix diff --git a/environment.yml b/environment.yml index 25e5b58c..bddafc69 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,6 @@ name: napari-imagej channels: - conda-forge - - defaults dependencies: # Breaking change in 3.11.1 breaks napari - see # https://github.com/napari/napari/issues/5705 for the fix