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

Added importlib (must be revised).

parent ac0841ef
Branches
Tags
No related merge requests found
......@@ -9,3 +9,4 @@ matplotlib
geopandas
plotly
six
importlib
......@@ -8,4 +8,4 @@ coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
importlib
cmocean
plotly
six
importlib
......@@ -14,17 +14,17 @@ with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = ['numpy', 'gdal', 'shapely', 'scikit-image', 'matplotlib', 'geopandas', 'geoarray>=0.6.16',
'py_tools_ds>=0.12.1', 'plotly', 'cmocean', 'six',
'py_tools_ds>=0.12.1', 'plotly', 'cmocean', 'six', 'importlib'
# 'pykrige' # conda install --yes -c conda-forge pykrige
# 'pyfftw', # conda install --yes -c conda-forge pyfftw=0.10.4 ; \
# 'basemap', # conda install --yes -c conda-forge basemap; \
]
setup_requirements = [
# TODO(danschef): put setup requirements (distutils extensions, etc.) here
'setuptools', 'importlib'
]
test_requirements = requirements + ['coverage', 'nose', 'nose-htmloutput', 'rednose']
test_requirements = requirements + ['coverage', 'nose', 'nose-htmloutput', 'rednose', 'importlib']
setup(
name='arosics',
......
......@@ -22,6 +22,7 @@ dependencies:
- bokeh
- pykrige
- pip:
- setuptools
- dicttoxml
- jsmin
- cerberus
......@@ -44,5 +45,6 @@ dependencies:
- rednose
- cmocean
- plotly
- importlib
- geoarray>=0.6.16
- py_tools_ds>=0.12.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment