From 4c261907123d0e3fed61da80d7ec3f0cc5a99d82 Mon Sep 17 00:00:00 2001 From: Alan Iwi Date: Sat, 21 Jun 2025 20:30:06 +0100 Subject: [PATCH] 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]