From 2ddf03df14013eae44ebb332a4e46719d88c898c Mon Sep 17 00:00:00 2001 From: "james.adams" Date: Thu, 29 Jun 2023 13:37:48 -0400 Subject: [PATCH] [522] set operator of the Python version for poetry to be <3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21653ef7..b9097b3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ packages = [{include = 'climate_indices', from = 'src'}] [tool.poetry.dependencies] dask = '2022.2.0' numba = '0.57.0' -python = '>=3.8,^3.11' +python = '>=3.8,<3.12' scipy = '1.9.3' xarray = '2023.1.0'