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
geomultisens
specclassify
Commits
100ad61c
Commit
100ad61c
authored
Sep 27, 2021
by
Daniel Scheffler
Browse files
Updated minimal versions of py_tools_ds and geoarray to 0.18.0 and 0.15.0.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
e9e0bcb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
100ad61c
...
...
@@ -36,7 +36,7 @@ version = {}
with
open
(
"specclassify/version.py"
)
as
version_file
:
exec
(
version_file
.
read
(),
version
)
requirements
=
[
'numpy'
,
'tqdm'
,
'matplotlib'
,
'scikit-learn'
,
'geoarray>=0.
8
.0'
,
'py_tools_ds>=0.1
2.4
'
]
requirements
=
[
'numpy'
,
'tqdm'
,
'matplotlib'
,
'scikit-learn'
,
'geoarray>=0.
15
.0'
,
'py_tools_ds>=0.1
8.0
'
]
setup_requirements
=
[]
...
...
tests/CI_docker/context/environment_specclassify.yml
View file @
100ad61c
...
...
@@ -6,9 +6,9 @@ channels: &id1
dependencies
:
-
python=3.*.*
-
pip
-
geoarray>=0.
9
.0
-
geoarray>=0.
15
.0
-
matplotlib
-
py-tools-ds>=0.1
4.12
-
py-tools-ds>=0.1
8.0
-
numpy
-
scikit-learn
...
...
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