From 045b0c0228860f7983d3f867a47cb357080e40e6 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 02:12:37 -0700 Subject: [PATCH] enable numpy 2.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 672910c..1df2e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ include = [ ] dynamic = ["version"] dependencies = [ - "numpy~=1.26", - "float_raster", + "numpy>=1.26", + "float_raster>=0.8", ]