Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
41720be2
Commit
41720be2
authored
Jul 23, 2018
by
Daniel Scheffler
Browse files
Added kealib to requirements and to test_py_tools_ds_install to fix import error after install.
parent
b206907e
Pipeline
#3050
failed with stages
in 8 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
41720be2
...
...
@@ -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
...
...
requirements.txt
View file @
41720be2
gdal
kealib
# fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory
numpy
shapely
six
...
...
tests/CI_docker/context/environment_py_tools_ds.yml
View file @
41720be2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment