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 ebc18f7..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"} @@ -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]