You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ Requirements
8
8
`sbpy` has the following requirements that will be automatically taken
9
9
care of with installation using pip:
10
10
11
-
* Python 3.7 or later
12
-
* `numpy <https://numpy.org/>`__ 1.17.0 or later
13
-
* `astropy <https://www.astropy.org/>`__ 4.0 or later
14
-
* `astroquery <https://astroquery.readthedocs.io/en/latest/>`__ 0.4.5 or later: For retrieval of online data, e.g., ephemerides and orbits.
15
-
* `scipy <https://www.scipy.org/>`__: For numerical integrations in `sbpy.activity.gas` and `sbpy.photometry`, among others.
16
-
* `synphot <https://github.com/spacetelescope/synphot_refactor>`__ 1.0.0 or later: For calibration with respect to the Sun and Vega, filtering spectra through bandpasses.
11
+
* Python 3.8 or later
12
+
* `ads <https://github.com/andycasey/ads/>`__ 0.12 or later, to fetch citation details for bibliography tracking.
13
+
* `astropy <https://www.astropy.org/>`__ 4.3 or later.
14
+
* `astroquery <https://astroquery.readthedocs.io/en/latest/>`__ 0.4.5 or later, for retrieval of online data, e.g., ephemerides and orbits.
15
+
* `numpy <https://numpy.org/>`__ 1.18 or later.
16
+
* `scipy <https://scipy.org/>`__: 1.3 or later, for numerical integrations in `sbpy.activity.gas` and `sbpy.photometry`, among others.
17
+
* `synphot <https://github.com/spacetelescope/synphot_refactor>`__ 1.1.1 or later, for calibration with respect to the Sun and Vega, filtering spectra through bandpasses.
17
18
18
19
Optional dependencies
19
20
^^^^^^^^^^^^^^^^^^^^^
@@ -23,7 +24,7 @@ Optional dependencies
23
24
(`~sbpy.data.Orbit.oo_propagate`), as well as ephemerides calculations
24
25
(`~sbpy.data.Ephem.from_oo`).
25
26
* `pyradex <https://github.com/keflavich/pyradex>`__: For non-LTE production
26
-
rate calculation related to cometary activity (`~sbpy.activity.gas.NonLTE`).
27
+
rate calculations related to cometary activity (`~sbpy.activity.gas.NonLTE`).
27
28
* `ginga <https://ejeschke.github.io/ginga/>`__ and `photutils
28
29
<https://photutils.readthedocs.io/en/stable/>`__: To interactively enhance
29
30
images of comets with the `~sbpy.imageanalysis.CometaryEnhancement` Ginga
0 commit comments