From adbbbc4c67bb9ff1b7b85da07893546cfef0cd23 Mon Sep 17 00:00:00 2001 From: vringar Date: Thu, 16 Jan 2025 20:27:41 +0100 Subject: [PATCH] chore(conda): remove main channel By using the conda-forge channel exclusively we should get the most up-to-date software --- environment.yaml | 1 - scripts/environment-unpinned.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index 933cb9aec..edde3bf6c 100644 --- a/environment.yaml +++ b/environment.yaml @@ -1,6 +1,5 @@ channels: - conda-forge -- main dependencies: - beautifulsoup4=4.12.3 - black=24.10.0 diff --git a/scripts/environment-unpinned.yaml b/scripts/environment-unpinned.yaml index f13b876a9..e985caed0 100644 --- a/scripts/environment-unpinned.yaml +++ b/scripts/environment-unpinned.yaml @@ -1,7 +1,6 @@ name: openwpm channels: - conda-forge - - main dependencies: - beautifulsoup4 - click