From a294f7ea7201398397819e92695788fea051311b Mon Sep 17 00:00:00 2001 From: Harshita Kalani Date: Tue, 14 Oct 2025 19:45:06 +0530 Subject: [PATCH 1/2] rem: defaults channel to speedup env creation --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f08245fbc..a871fcbea 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,7 @@ name: pyds-env channels: - conda-forge - - defaults + - conda-forge dependencies: - python=3.8 - pip From 7b6208ff1a7f130db6080340f33eaef4493ad0d0 Mon Sep 17 00:00:00 2001 From: Harshita Kalani <95532771+HarshitaKalani@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:47:26 +0530 Subject: [PATCH 2/2] chore: apply suggestion from code review --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index a871fcbea..eb46811ca 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ name: pyds-env channels: - conda-forge - - conda-forge dependencies: - python=3.8 - pip