We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18480d1 + 6d0d93e commit ec939dfCopy full SHA for ec939df
setup.cfg
@@ -23,7 +23,6 @@ install_requires =
23
specutils>=1.20
24
specreduce>=1.0.0
25
spectral-cube>=0.6.0
26
- reproject>=0.16.0 ; python_version>='3.11'
27
28
[options.extras_require]
29
docs =
@@ -32,6 +31,8 @@ docs =
32
31
sphinxcontrib-spelling
33
numpydoc
34
sphinx-rtd-theme
+hips =
35
+ reproject>=0.16.0 ; python_version>='3.11'
36
test =
37
pytest
38
pytest-astropy
tox.ini
@@ -25,6 +25,7 @@ deps =
dev: git+https://github.com/radio-astro-tools/radio-beam.git
extras =
test: test
+ test: hips
docs: docs
30
visual: visualtest
commands =
0 commit comments