Skip to content

Commit

Permalink
Update requirements and workflow to use hpgeom instead of healpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jul 20, 2022
1 parent b68732a commit f06a27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pytest \
pytest-flake8 \
pyyaml \
healpy
hpgeom
- name: CMake configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
keywords = ["lsst"]
dependencies = [
"numpy >=1.18",
"healpy"
"hpgeom >=0.8.0"
]
dynamic = ["version"]

Expand Down

0 comments on commit f06a27a

Please sign in to comment.