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
8bd9b489
Commit
8bd9b489
authored
Nov 26, 2021
by
Daniel Scheffler
Browse files
Increased minimal version of pyresample to avoid ImportError.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c882c189
Changes
4
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
8bd9b489
...
...
@@ -2,6 +2,12 @@
History
=======
0.6.1 (2021-11-26)
------------------
* Increased minimal version of pyresample to avoid ImportError.
0.6.0 (2021-11-26)
------------------
...
...
sensormapgeo/version.py
View file @
8bd9b489
...
...
@@ -24,6 +24,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__
=
'0.6.
0
'
__versionalias__
=
'20211126.0
1
'
__version__
=
'0.6.
1
'
__versionalias__
=
'20211126.0
2
'
__author__
=
'Daniel Scheffler'
setup.py
View file @
8bd9b489
...
...
@@ -39,7 +39,7 @@ version = {}
with
open
(
"sensormapgeo/version.py"
)
as
version_file
:
exec
(
version_file
.
read
(),
version
)
requirements
=
[
'numpy'
,
'gdal'
,
'pyresample>=1.1
1
.0'
,
'py_tools_ds>=0.18.0'
,
'pyproj>=2.2'
,
'pebble'
]
requirements
=
[
'numpy'
,
'gdal'
,
'pyresample>=1.1
7
.0'
,
'py_tools_ds>=0.18.0'
,
'pyproj>=2.2'
,
'pebble'
]
setup_requirements
=
[]
...
...
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
8bd9b489
...
...
@@ -11,7 +11,7 @@ dependencies:
-
numpy
-
py-tools-ds>=0.18.0
-
pyproj>=2.2
-
pyresample>=1.1
1
.0
-
pyresample>=1.1
7
.0
-
pip
:
-
pebble
...
...
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