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"