From 9206eb603905b0f188dabf98085c248b37d763c9 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 16 Sep 2024 14:07:59 +0200 Subject: [PATCH] add a pin on numpy --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13e9b55..dea6aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,8 @@ dependencies = [ "matplotlib>=3.8.2", "multiprocess", "numba>=0.59.0", - "numpy>=1.26.2", + # TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved + "numpy>=1.26.2,<2.0.0", "opencv-python>=4.9.0.80", "pandas>=2.1.4", "pillow>=10.1.0",