From 9c923fc89a61b2e994e4a1e6190c6ca7b534e4d5 Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Mon, 22 Jul 2024 13:48:46 -0400 Subject: [PATCH] tweak meta.yaml, setup.py for requirements. --- meta.yaml | 7 ++++--- setup.py | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/meta.yaml b/meta.yaml index ea3d764..87791fa 100644 --- a/meta.yaml +++ b/meta.yaml @@ -17,12 +17,13 @@ requirements: - pip run: - python + - pytest - click - - pandas - xarray - - pytest - - conda-forge::intake-esm=2023.7.7 + - pandas - jsondiff + - conda-forge::intake-esm=2023.7.7 + - boto3 test: imports: - catalogbuilder diff --git a/setup.py b/setup.py index 3231e20..110a25d 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,9 @@ 'click', 'xarray', 'pandas', - 'boto3', - 'botocore' + 'jsondiff', + 'intake-esm', + 'boto3' ] )