From 4c261907123d0e3fed61da80d7ec3f0cc5a99d82 Mon Sep 17 00:00:00 2001 From: Alan Iwi Date: Sat, 21 Jun 2025 20:30:06 +0100 Subject: [PATCH 1/2] relax deps versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebc18f7..ae0a0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ readme = "README.md" requires-python = ">=3.9,<4.0" dependencies = [ "dask (>=2024)", - "numpy (<=1.26.4)", - "netcdf4 (<=1.6.5)" + "numpy (<=3.0.0)", + "netcdf4 (<=2.0.0)" ] [build-system] From 63d507b1774f7ed28dcad32d4929ac03cc1d93e7 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Mon, 23 Jun 2025 12:26:53 +0100 Subject: [PATCH 2/2] Updated version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d4aef3b..9dca34e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. [[package]] name = "anyio" @@ -2003,4 +2003,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "767d79e8463c446b1787e5ce27780cd7dc0a21f41d5ff8a328732eaaab59b85d" +content-hash = "35c57cfa7e4343f5d0e2e914afd8829a310a12e934837d05dcefcccb57d2e39a" diff --git a/pyproject.toml b/pyproject.toml index ae0a0aa..3f5f2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arraypartition" -version = "1.1.2" +version = "1.1.3" description = "Container module for ArrayLike Partition class behaviour" authors = [ {name = "Daniel Westwood",email = "daniel.westwood@stfc.ac.uk"}