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
EnMAP
sensormapgeo
Commits
9f193649
Commit
9f193649
authored
Sep 27, 2021
by
Daniel Scheffler
Browse files
Updated minimal version of py_tools_ds to 0.18.0.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
8321d212
Changes
3
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
9f193649
...
...
@@ -8,6 +8,7 @@ History
* CI now uses Mambaforge. Revised test_sensormapgeo_install CI job.
* 'make lint' now also directly prints the logs.
* Fixed deprecated gdalnumeric import.
* Updated minimal version of py_tools_ds to 0.18.0.
0.4.8 (2020-02-08)
...
...
setup.py
View file @
9f193649
...
...
@@ -37,7 +37,7 @@ version = {}
with
open
(
"sensormapgeo/version.py"
)
as
version_file
:
exec
(
version_file
.
read
(),
version
)
requirements
=
[
'numpy'
,
'gdal'
,
'pyresample>=1.11.0,<1.17.0'
,
'py_tools_ds>=0.1
4.26
'
,
'pyproj>=2.2'
,
'pebble'
]
requirements
=
[
'numpy'
,
'gdal'
,
'pyresample>=1.11.0,<1.17.0'
,
'py_tools_ds>=0.1
8.0
'
,
'pyproj>=2.2'
,
'pebble'
]
setup_requirements
=
[]
...
...
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
9f193649
...
...
@@ -9,7 +9,7 @@ dependencies:
-
_openmp_mutex=*=*llvm* [Unix]
# fixes a deadlock (https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues/6)
-
gdal
-
numpy
-
py-tools-ds>=0.1
4.26
-
py-tools-ds>=0.1
8.0
-
pyproj>=2.2
-
pyresample>=1.11.0,<1.17.0
# below 1.17.0 due to https://github.com/pytroll/pyresample/issues/325
...
...
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