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

Updated minimal version of sensormapgeo.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 874064a0
No related branches found
No related tags found
1 merge request!42Enhancement/speed up ortho
Pipeline #8650 failed
......@@ -38,7 +38,7 @@ test_enpt:
# install sensormapgeo, mvgavg
# TODO: remove when included in docker container
- pip install sensormapgeo>=0.3.0
- pip install sensormapgeo>=0.3.1
- pip install mvgavg
# run nosetests
......
......@@ -4,7 +4,7 @@ scipy
geoarray>=0.8.11
py_tools_ds>=0.14.23
arosics>=0.9.2
sensormapgeo>=0.3.0
sensormapgeo>=0.3.1
cerberus
jsmin
matplotlib
......
......@@ -41,7 +41,7 @@ with open("enpt/version.py", encoding='utf-8') as version_file:
exec(version_file.read(), version)
requirements = [ # put package requirements here
'numpy', 'pandas', 'scipy', 'geoarray>=0.8.11', 'py_tools_ds>=0.14.23', 'arosics>=0.9.2', 'sensormapgeo>=0.3.0',
'numpy', 'pandas', 'scipy', 'geoarray>=0.8.11', 'py_tools_ds>=0.14.23', 'arosics>=0.9.2', 'sensormapgeo>=0.3.1',
'cerberus', 'jsmin', 'matplotlib', 'tqdm', 'utm', 'lxml', 'numpy-indexed', 'mvgavg',
'sicor @ git+https://gitext.gfz-potsdam.de/EnMAP/sicor.git#egg=sicor'
]
......
......@@ -43,7 +43,7 @@ dependencies:
- scipy
- geoarray>=0.8.11
- py_tools_ds>=0.14.25
- sensormapgeo>=0.3.0
- sensormapgeo>=0.3.1
- cerberus
- jsmin
- tqdm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment