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

Added basemap setup to docker builder.

parent 3beb047c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,8 +4,8 @@
__author__ = """Daniel Scheffler"""
__email__ = 'daniel.scheffler@gfz-potsdam.de'
__version__ = '0.4.0'
__versionalias__ = '2017-07-07_03'
__version__ = '0.4.1'
__versionalias__ = '2017-07-07_04'
from .CoReg import COREG
......
......@@ -24,7 +24,7 @@ test_requirements = ['coverage']
setup(
name='arosics',
version='0.4.0',
version='0.4.1',
description="An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
......@@ -13,7 +13,7 @@ RUN /bin/bash -i -c "source /root/anaconda3/bin/activate ; \
conda install --yes -c conda-forge gdal ; \
conda install --yes -c conda-forge pyfftw=0.10.4 ; \
conda install --yes -c conda-forge 'icu=58.*' lxml ; \
conda install --yes -c conda-forge glymur pygrib rasterio pyproj cachetools ; \
conda install --yes -c conda-forge glymur pygrib rasterio pyproj cachetools basemap; \
pip install shapely geopandas dicttoxml jsmin cerberus pyprind pint iso8601 tqdm mpld3 sphinx-argparse spectral pykrige" # must include all the requirements needed to build the docs!
# copy some needed stuff to /root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment