Skip to content

Commit

Permalink
Remove healpy as a dependency. Add healpy as a dev dependency for plo…
Browse files Browse the repository at this point in the history
…tting
  • Loading branch information
MetinSa committed Apr 27, 2024
1 parent 824edbd commit 2062d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit 2062d48

Please sign in to comment.