From 609d6fb1e5b971c4f945c67846fa5b6f5d277b23 Mon Sep 17 00:00:00 2001 From: Sander Roet Date: Sun, 23 Jun 2024 13:45:26 +0200 Subject: [PATCH] revert healpix workaround (#193) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53d7d9a2..89e27f0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "importlib_resources", "packaging", "scipy", - "healpix@git+https://github.com/sroet/healpix.git@fix_build_numpy_2_0" #workaround for healpix numpy 2 issues, should be reverted after https://github.com/ntessore/healpix/pull/55 + "healpix", ] [project.optional-dependencies]