From 589231f7d6978f093b9841fb894bb93a226c897e Mon Sep 17 00:00:00 2001 From: tejas Date: Thu, 14 Nov 2024 18:03:16 +0100 Subject: [PATCH] updated environment.yml with chartlet dependency to install from pypi instead of git --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 9341ca2e3..05d83f91e 100644 --- a/environment.yml +++ b/environment.yml @@ -46,7 +46,7 @@ dependencies: - altair - pip - pip: - - git+https://github.com/bcdev/chartlets.git#subdirectory=chartlets.py + - chartlets # Testing - flake8 >=3.7 - kerchunk