aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config/pipeline
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-02-18 16:07:39 +0000
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-02-20 22:03:49 +0000
commit9521434ad2e02904251522b0a4e0194e3d38a1b8 (patch)
treec42d01161ed4f9342fe377c3fb129ab4813cf629 /reproduce/config/pipeline
parent41b458f8f31bbb5b74f96c5647beae28c49dedaf (diff)
Installed astroquery in the pipeline
All dependencies for building astroquery package have been done. Until nowthe Python dependencies were built in the same Makefile as the high level libraries and programs. But, because astroquery has many dependencies we split the Python and Python packages installation in a new Makefile. The installation of differents packages are done using Python and not pip, because we found some problems when doing it with pip. Apparently there are some interferences between the packages installed by the pip of the system and the pip installed as part of Python in the pipeline.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r--reproduce/config/pipeline/dependency-versions.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk
index f0774bc..0aaceaf 100644
--- a/reproduce/config/pipeline/dependency-versions.mk
+++ b/reproduce/config/pipeline/dependency-versions.mk
@@ -52,8 +52,25 @@ zlib-version = 1.2.11
#
# IMPORTANT: Fix url in `reproduce/src/make/dependencies.mk'
# if changing the version
+astroquery-version = 0.3.9
astropy-version = 3.1.1
+beautifulsoup4-version = 4.7.1
+certifi-version = 2018.11.29
+chardet-version = 3.0.4
+entrypoints-version = 0.3
+html5lib-version = 1.0.1
+idna-version = 2.8
+keyring-version = 18.0.0
numpy-version = 1.16.1
+pip-version = 19.0.2
+requests-version = 2.21.0
+setuptools-version = 40.8.0
+setuptools_scm-version = 3.2.0
+six-version = 1.12.0
+soupsieve-version = 1.8
+urllib3-version = 1.24.1
+virtualenv-version = 16.4.0
+webencodings-version = 0.5.1
# Special libraries
# -----------------