Skip to content

Commit

Permalink
Astroquery is a dependency required only for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jul 14, 2023
1 parent 520c57f commit b94cad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ python_requires = >=3.6
setup_requires = setuptools_scm
install_requires =
astropy>=5.2 # astropy with s3fs support
astroquery>=0.4.6 # for testing
fsspec[http]>=2022.8.2 # for remote cutouts
s3fs>=2022.8.2 # for remote cutouts
scipy
Expand All @@ -30,6 +29,7 @@ console_scripts =
[options.extras_require]
test =
pytest-astropy
astroquery>=0.4.6
docs =
sphinx != 4.1.0
docutils == 0.16
Expand Down

0 comments on commit b94cad6

Please sign in to comment.