Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py_tools_ds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
py_tools_ds
Commits
41720be2
Commit
41720be2
authored
6 years ago
by
Daniel Scheffler
Browse files
Options
Downloads
Patches
Plain Diff
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
6 years ago
Stage: test
Stage: deploy
Stage: cleanup
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
tests/CI_docker/context/environment_py_tools_ds.yml
+1
-0
1 addition, 0 deletions
tests/CI_docker/context/environment_py_tools_ds.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
tests/CI_docker/context/environment_py_tools_ds.yml
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment