From 756eb6398739c163f2f37f9f5381ce1aae4739c2 Mon Sep 17 00:00:00 2001 From: mattkram Date: Wed, 28 Aug 2024 13:11:36 -0500 Subject: [PATCH] Do we need to be looser about the anaconda-cli-base dependency? --- conda.recipe/meta.yaml | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index d44c1917..64dac843 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -34,7 +34,8 @@ requirements: - setuptools >=58.0.4 - tqdm >=4.56.0 - urllib3 >=1.26.4 - - anaconda-cli-base >=0.3.0 + - anaconda-cli-base >0.2.3 + test: requires: diff --git a/requirements.txt b/requirements.txt index ade73baf..b2d71dc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ requests-toolbelt>=0.9.1 setuptools>=58.0.4 tqdm>=4.56.0 urllib3>=1.26.4 -anaconda-cli-base>=0.3.0 +anaconda-cli-base>0.2.3