File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ full functionality of the `~astroquery.cds` module:
98
98
* `astropy-healpix <http://astropy-healpix.readthedocs.io/en/latest/ >`_
99
99
* `regions <https://astropy-regions.readthedocs.io/en/latest/ >`_
100
100
* `mocpy <https://cds-astro.github.io/mocpy/ >`_ >= 0.5.2
101
+ * `vamdclib <https://github.com/VAMDC/vamdclib/ >`_ install version from
102
+ personal fork: ``pip install git+https://github.com/keflavich/vamdclib-1.git ``
101
103
102
104
The following packages are optional dependencies and are required for the
103
105
full functionality of the `~astroquery.mast ` module:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Getting Started
12
12
The astroquery vamdc interface requires vamdclib _. The documentation is sparse
13
13
to nonexistent, but installation is straightforward::
14
14
15
- pip install https://github.com/keflavich/vamdclib/archive/master.zip
15
+ pip install git+ https://github.com/keflavich/vamdclib-1.git
16
16
17
17
This is the personal fork of the astroquery maintainer that includes astropy's
18
18
setup helpers on top of the vamdclib infrastructure. If the infrastructure is
@@ -41,4 +41,4 @@ Reference/API
41
41
.. automodapi :: astroquery.vamdc
42
42
:no-inheritance-diagram:
43
43
44
- .. _vamdclib : http://vamdclib.readthedocs.io/en/latest/
44
+ .. _vamdclib : http://vamdclib.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change 146
146
astropy-healpix
147
147
boto3
148
148
regions
149
+ vamdclib @ git+https://github.com/keflavich/vamdclib-1.git
149
150
# aplpy is not py39 compatible (it requires shapely that doesn't compile
150
151
# pyregion is not py39 compatible
151
152
all_lt_39 =
@@ -155,3 +156,4 @@ all_lt_39=
155
156
astropy-healpix
156
157
aplpy
157
158
boto3
159
+ vamdclib @ git+https://github.com/keflavich/vamdclib-1.git
You can’t perform that action at this time.
0 commit comments