From b3b83aafdd7c3dbeccbfc5c5b7b85b22b60cda7e Mon Sep 17 00:00:00 2001 From: "james.adams" Date: Tue, 28 Nov 2023 10:12:03 -0500 Subject: [PATCH] [537] upgraded scipy to version 1.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ef1265a..5cdd19c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ cftime = '1.6.2' dask = '2022.2.0' h5netcdf = '1.1.0' python = '>=3.8,<3.12' -scipy = '1.9.3' +scipy = '~=1.10.0' xarray = '2023.1.0' [tool.poetry.dev-dependencies]