From bd64e1d7543e023bba8f77ca90c6286fd17195ec Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Tue, 9 Jul 2024 14:17:04 +0200 Subject: [PATCH] ci environment maintenance (#29) * remove the `scipy` pin * pin `healpy` to the newest version (no need to be backwards compatible here) --- ci/requirements/environment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/requirements/environment.yaml b/ci/requirements/environment.yaml index 629dd23..0a2941b 100644 --- a/ci/requirements/environment.yaml +++ b/ci/requirements/environment.yaml @@ -10,8 +10,7 @@ dependencies: - numba - numpy - dask - - healpy - - scipy<1.14 # healpy uses the removed `scipy.integrate.trapz` + - healpy>=1.17 - geopandas - pandas - sparse