Skip to content
Snippets Groups Projects
Commit 09bdaf91 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Updated minimal version of py_tools_ds (fixes issue #29 (Exception: dlopen:...

Updated minimal version of py_tools_ds (fixes issue #29 (Exception: dlopen: cannot load any more object with static TLS)).
parent 81bd2cb5
No related branches found
No related tags found
2 merge requests!26Merge branch 'dev' into 'master'.,!15Enhancement/update sicor implementation
Pipeline #3742 failed
......@@ -15,7 +15,7 @@ test_enpt:
- export PYTHONPATH=$PYTHONPATH:/root # /root <- here are the sicor tables
# update py_tools_ds
- pip install 'py_tools_ds>=0.14.8'
- pip install 'py_tools_ds>=0.14.11'
# update sicor
# - conda install -y -q -c conda-forge basemap
......@@ -71,7 +71,7 @@ test_enpt_install:
- conda install -y -c conda-forge 'icu=58.*' # fixes bug for conda-forge gdal build
# install py_tools_ds
- pip install 'py_tools_ds>=0.14.8'
- pip install 'py_tools_ds>=0.14.11'
# install sicor
- conda install -y -q -c conda-forge pygrib h5py pytables pyfftw numba llvmlite scikit-learn
......
......@@ -2,7 +2,7 @@ numpy
pandas
scipy
geoarray>=0.8.9
py_tools_ds>=0.14.8
py_tools_ds>=0.14.11
cerberus
jsmin
matplotlib
......
......@@ -14,7 +14,7 @@ with open("enpt/version.py") as version_file:
exec(version_file.read(), version)
requirements = [ # put package requirements here
'numpy', 'pandas', 'scipy', 'geoarray>=0.8.9', 'py_tools_ds>=0.14.8', 'cerberus', 'jsmin', 'matplotlib', 'tqdm',
'numpy', 'pandas', 'scipy', 'geoarray>=0.8.9', 'py_tools_ds>=0.14.11', 'cerberus', 'jsmin', 'matplotlib', 'tqdm',
'utm', 'lxml', 'numpy-indexed'
# 'sicor', # pip install git+https://gitext.gfz-potsdam.de/EnMAP/sicor.git
]
......
......@@ -44,7 +44,7 @@ dependencies:
- pip:
- scipy
- geoarray>=0.8.9
- py_tools_ds>=0.14.8
- py_tools_ds>=0.14.11
- cerberus
- jsmin
- tqdm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment