From f8c34a2889a65f11095d2a48bd019bdf29534dd2 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 11 Apr 2024 14:16:00 +0200 Subject: [PATCH] ci: restrict scipy version, obspy 1.4.0 is not compatible with sypi 1.13 --- .github/test_conda_env.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/test_conda_env.yml b/.github/test_conda_env.yml index e79076b..49b3f3e 100644 --- a/.github/test_conda_env.yml +++ b/.github/test_conda_env.yml @@ -7,3 +7,4 @@ dependencies: - cartopy - geographiclib - coverage + - "scipy<1.13"