From 38f47f7ac7d1e59c24d9f2746e8db69766971d59 Mon Sep 17 00:00:00 2001 From: henry senyondo Date: Wed, 13 Dec 2023 13:06:10 -0500 Subject: [PATCH] Update environment.yml comet_ml should be installed using pip --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c5e72de3..4f238628 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,6 @@ channels: - defaults dependencies: - bumpversion - - comet_ml - docutils<0.18 - furo - geopandas @@ -41,4 +40,5 @@ dependencies: - sphinx-markdown-tables - imagecodecs - albumentations>=1.0.0 + - comet_ml