From aeaf48277d05e7afce5b6d6a586999e95f04a425 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 21 Feb 2024 08:52:26 -0900 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22b1883c..89ed0dfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ # `ci/environment-mindeps.yaml` conda environment. When updating minimum dependencies # here, make sure to also update `ci/environment-mindeps.yaml`. [tool.poetry.dependencies] -python = ">=3.8,<4.0" +python = ">=3.8" python-cmr = ">=0.9.0" pqdm = ">=0.1" requests = ">=2.26" From 60fce0d12da20e80900d7d8864d131e876b99020 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 19 Mar 2024 16:07:08 -0800 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89ed0dfa..22b1883c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ # `ci/environment-mindeps.yaml` conda environment. When updating minimum dependencies # here, make sure to also update `ci/environment-mindeps.yaml`. [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.8,<4.0" python-cmr = ">=0.9.0" pqdm = ">=0.1" requests = ">=2.26"