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
7a559030
Commit
7a559030
authored
Oct 12, 2017
by
Daniel Scheffler
Browse files
Added pandas to packages installed by conda during CI.
parent
4d3f4b61
Pipeline
#1367
passed with stages
in 4 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a559030
...
...
@@ -54,7 +54,7 @@ test_py_tools_ds_install:
-
conda create -y -q --name py_tools_ds python=3
-
source activate py_tools_ds
# resolve some requirements with conda
-
conda install --yes -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely
-
conda install --yes -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely
pandas
# run installer
-
python setup.py install
# test if its importable
...
...
README.rst
View file @
7a559030
...
...
@@ -52,7 +52,7 @@ Using conda_, the recommended approach is:
# create virtual environment for py_tools_ds, this is optional
conda create -y -q --name py_tools_ds python=3
source activate py_tools_ds
conda install -y -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely
conda install -y -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely
pandas
* To install py_tools_ds, use the pip installer:
...
...
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