Skip to content

Commit

Permalink
Add explicit dependency on spherical-geometry and set min version (#1232
Browse files Browse the repository at this point in the history
) (#1235)

* Add explicit dependency on spherical-geometry and set min version

* Undo restricting numpy version to <1.22

Co-authored-by: Mihai Cara <[email protected]>
  • Loading branch information
stsci-hack and mcara authored Jan 6, 2022
1 parent ae715a0 commit 62161bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/.rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- sphinx_rtd_theme
- sphinx_automodapi
- matplotlib
- spherical_geometry
- "spherical_geometry>=1.2.22"
- fitsblender
- nictools
- pyregion
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
'astropy<5.0.0',
'fitsblender',
'nictools',
'numpy<1.22',
'numpy>=1.19',
'scipy',
'matplotlib',
'scikit-learn>=0.20',
Expand All @@ -97,6 +97,7 @@
'stregion',
'requests',
# HAP-pipeline specific:
"spherical_geometry>=1.2.22",
'astroquery>=0.4',
'bokeh',
'pandas',
Expand Down

0 comments on commit 62161bb

Please sign in to comment.