From 701a06284f2b0aa646c0c6d1aef8f08b4f010dde Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 21 Aug 2024 12:42:50 -0500 Subject: [PATCH 1/3] PKG #1010 switch to nodefaults --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index bb08b278..931f1fef 100644 --- a/environment.yml +++ b/environment.yml @@ -3,8 +3,8 @@ name: apstools-test-environment channels: - aps-anl-tag - conda-forge - - defaults - apsu + - nodefaults dependencies: - python >=3.8, <=3.11 From f8d57b34be36149ac59e13ed5f24c844066d3a96 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 21 Aug 2024 12:50:25 -0500 Subject: [PATCH 2/3] PKG #1010 aps-anl-tag channel not needed now --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 931f1fef..c5d692d0 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,9 @@ name: apstools-test-environment channels: - - aps-anl-tag - - conda-forge + # - aps-anl-tag - apsu + - conda-forge - nodefaults dependencies: From ae2bc65433bd0747b072b787361f30d6f2add914 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 21 Aug 2024 12:55:18 -0500 Subject: [PATCH 3/3] DOC #1010 --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c5d692d0..c9d15d0e 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,7 @@ name: apstools-test-environment channels: - # - aps-anl-tag - - apsu + - apsu # First, for compatible epics-base and aps-dm-api - conda-forge - nodefaults