From f926aaec2509cd0ed6cdf66edbd9540a6fb70ea4 Mon Sep 17 00:00:00 2001 From: Oliver Lemke Date: Mon, 22 Jun 2026 14:49:05 +0200 Subject: [PATCH] Avoid numpy 2.5 for now Leads to segfaults when accessing numpy members through ARTS types: x=pa.arts.Tensor3() x.shape --- environment-dev-linux.yml | 2 +- environment-dev-mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev-linux.yml b/environment-dev-linux.yml index e0887fa39f..1b8258a0a4 100644 --- a/environment-dev-linux.yml +++ b/environment-dev-linux.yml @@ -19,7 +19,7 @@ dependencies: - llvm-openmp - matplotlib - netcdf4 - - numpy + - numpy<2.5 - pkg-config - pytest - python-build diff --git a/environment-dev-mac.yml b/environment-dev-mac.yml index 04f7592621..19b7101f79 100644 --- a/environment-dev-mac.yml +++ b/environment-dev-mac.yml @@ -14,7 +14,7 @@ dependencies: - llvm-openmp - matplotlib - netcdf4 - - numpy + - numpy<2.5 - pkg-config - pytest - python-build