From e2b2662e982068bbf7871bd0cb39e3a952fb2d3f Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:42:10 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f20e32..8c079f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dynamic = ["version"] # conda package match specifications, see here: # https://docs.conda.io/projects/conda-build/en/stable/resources/package-spec.html#package-match-specifications dependencies = [ - "numpy", + "numpy<2", "netcdf4", "shapely", "pyproj"