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

Added kealib to requirements and to test_py_tools_ds_install to fix import error after install.

parent b206907e
No related branches found
No related tags found
Loading
Pipeline #3050 failed
......@@ -58,6 +58,7 @@ test_py_tools_ds_install:
- source activate py_tools_ds
# resolve some requirements with conda
- conda install --yes -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely geopandas
- conda install --yes -q -c conda-forge kealib # fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory
# run installer
- python setup.py install
# test if its importable
......
gdal
kealib # fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory
numpy
shapely
six
......
......@@ -9,6 +9,7 @@ dependencies:
- pyqt
- numpy
- gdal
- kealib # fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory
- scikit-image
- rasterio
- pyproj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment