From 35486bf5d271a9f38eb99c8f5859c95eeb711d46 Mon Sep 17 00:00:00 2001 From: Danica Sugic Date: Thu, 30 Jan 2025 14:49:44 +0000 Subject: [PATCH] Update recipe and meta --- recipe/dev_environment.yml | 2 +- recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/dev_environment.yml b/recipe/dev_environment.yml index b21a8bf9..1b352dec 100644 --- a/recipe/dev_environment.yml +++ b/recipe/dev_environment.yml @@ -9,7 +9,7 @@ dependencies: - numpy - pandas - scipy - - ccpi::ccpi-viewer >=24.1.0 + - ccpi::ccpi-viewer >24.1.0 - ccpi::ccpi-dvc >=22.0.0 - natsort - docopt diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d21cb1bb..050db564 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -40,7 +40,7 @@ requirements: - numpy - pandas - scipy - - ccpi-viewer >=24.1.0 + - ccpi-viewer >24.1.0 - ccpi-dvc >=22.0.0 - natsort - docopt