From 0d82016a6ff080fd45048335a09dcde7b7e46a00 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 19 Mar 2024 16:07:08 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35d666f6..5676ed6a 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"