Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
13ec9051
Commit
13ec9051
authored
Jan 23, 2018
by
Daniel Scheffler
Browse files
Added importlib (must be revised).
parent
ac0841ef
Changes
5
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
13ec9051
...
...
@@ -9,3 +9,4 @@ matplotlib
geopandas
plotly
six
importlib
requirements_dev.txt
View file @
13ec9051
...
...
@@ -8,4 +8,4 @@ coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
importlib
requirements_pip.txt
View file @
13ec9051
cmocean
plotly
six
importlib
setup.py
View file @
13ec9051
...
...
@@ -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'
,
...
...
tests/CI_docker/context/environment_arosics.yml
View file @
13ec9051
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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