From e59d49d0f84bec347b75ffa9052ddf2fa9304ac7 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 9 Nov 2022 10:31:20 -0800 Subject: [PATCH] BLD: remove upper python pin mistake --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a749438..3131e62 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -14,10 +14,10 @@ build: requirements: build: - - python >=3.6,<3.10 + - python >=3.6 - setuptools run: - - python >=3.6,<3.10 + - python >=3.6 - ipython - numpy - pandas