diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-03-22 11:59:04 +0000 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-03-22 11:59:04 +0000 |
commit | 5b008fbd6760014283d18986ae26585daf473e0f (patch) | |
tree | 635d3488e6b66200aafc4ad5fd20703690c5f071 /reproduce/config/pipeline | |
parent | 3e583296cb8ed2784f6cb71b53cbe3be4931fa46 (diff) |
H5py added and setuptools as main Python module dependency
In this commit we add `h5py' Python package.
We also include `setuptools' as a main dependency of Python because with the
previous commit it (as well as `pip') is no longer installed with Python.
Numpy version also has been incremented.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 79ecdce..211ebbd 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -76,6 +76,7 @@ chardet-version = 3.0.4 cryptography-version = 2.6.1 cycler-version = 0.10.0 entrypoints-version = 0.3 +h5py-version = 2.9.0 html5lib-version = 1.0.1 idna-version = 2.8 jeepney-version = 0.4 |