From c5e1759b1c101ebf5356c5fdb8b0d906282a50f2 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Mon, 7 Aug 2023 17:05:28 -0800 Subject: [PATCH] And another oneee --- dev-environment.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index 3815e73f..118dfa88 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib - pyproj - rasterio>=1.3 - - numpy>=1.19,<1.25 + - "numpy<1.25" - scipy - tqdm - xarray diff --git a/environment.yml b/environment.yml index b36aea33..0f92462e 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib - pyproj - rasterio>=1.3 - - numpy>=1.19,<1.25 + - "numpy<1.25" - scipy - tqdm - xarray