From 2062d4803241c9ea59937925473b6fdb45fe14de Mon Sep 17 00:00:00 2001 From: Metin San Date: Sat, 27 Apr 2024 16:39:07 +0200 Subject: [PATCH] Remove healpy as a dependency. Add healpy as a dev dependency for plotting --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index c36d214..c7e5082 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1921,4 +1921,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "1ac6ed62ac4175c6cac380f70fb5d8338489432afd21906921799ecc9eeff4fc" +content-hash = "017bc2cb411ec2db40e207b1a78d7be254cae5e1339851a7d391fa237d722824" diff --git a/pyproject.toml b/pyproject.toml index d317f77..91eb80a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ repository = "https://github.com/cosmoglobe/zodipy" [tool.poetry.dependencies] python = ">=3.9" numpy = "^1.26.4" -healpy = "^1.16.6" astropy = ">=5.0.1" jplephem = "^2.17" scipy = "^1.13.0" @@ -50,6 +49,7 @@ mkdocstrings-python = "^1.7.3" ruff = "^0.3.7" markdown = "<3.4.0" hypothesis = "^6.99.11" +healpy = "^1.16.6" [build-system] requires = ["poetry-core>=1.0.0"]