From 7e29f1273c65a8167e276f8a538b7584f24ccb8d Mon Sep 17 00:00:00 2001
From: Sebastian Luna-Valero <sebastian.luna.valero@gmail.com>
Date: Wed, 26 Jun 2024 15:06:30 +0200
Subject: [PATCH] redundant conda channel

---
 environment.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index f9e4053..6ee4232 100644
--- a/environment.yml
+++ b/environment.yml
@@ -1,7 +1,6 @@
 name: nagios-plugins-s3
 channels:
  - conda-forge
- - anaconda
 dependencies:
  - pip
  - boto3