From c59126a98830354a5b16ed89eea6202f89ea62cb Mon Sep 17 00:00:00 2001 From: Ingmar Nitze Date: Thu, 12 Dec 2024 09:51:01 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2d2c8a..2f057b6 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["climate", "weather", "NOAA", "plotting"] dependencies = [ "pandas>=2.2", - "numpy>=2.2", + "numpy>=2.2,<3", "matplotlib>=3.9", "requests", "joblib>=1.4",