Skip to content

Commit ec939df

Browse files
authored
Merge pull request #114 from astrofrog/hips-optional
Make HiPS dependencies optional
2 parents 18480d1 + 6d0d93e commit ec939df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ install_requires =
2323
specutils>=1.20
2424
specreduce>=1.0.0
2525
spectral-cube>=0.6.0
26-
reproject>=0.16.0 ; python_version>='3.11'
2726

2827
[options.extras_require]
2928
docs =
@@ -32,6 +31,8 @@ docs =
3231
sphinxcontrib-spelling
3332
numpydoc
3433
sphinx-rtd-theme
34+
hips =
35+
reproject>=0.16.0 ; python_version>='3.11'
3536
test =
3637
pytest
3738
pytest-astropy

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ deps =
2525
dev: git+https://github.com/radio-astro-tools/radio-beam.git
2626
extras =
2727
test: test
28+
test: hips
2829
docs: docs
2930
visual: visualtest
3031
commands =

0 commit comments

Comments
 (0)