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
780de84b
Commit
780de84b
authored
Oct 30, 2021
by
Daniel Scheffler
Browse files
Listed dill in package requirements.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
7cf9768c
Pipeline
#29665
passed with stages
in 10 minutes and 48 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
780de84b
...
...
@@ -2,6 +2,12 @@
History
=======
1.7.2 (coming soon)
-------------------
* Listed dill in package requirements.
1.7.1 (2021-10-13)
------------------
...
...
requirements.txt
View file @
780de84b
cartopy
cmocean
dill
gdal
geoarray
>=0.15.0
geojson
...
...
setup.py
View file @
780de84b
...
...
@@ -42,6 +42,7 @@ with open("arosics/version.py") as version_file:
req
=
[
'cartopy'
,
'cmocean'
,
'dill'
,
'folium>=0.6.0,!=0.12.0'
,
'gdal'
,
'geojson'
,
...
...
tests/CI_docker/context/environment_arosics.yml
View file @
780de84b
...
...
@@ -14,7 +14,7 @@ dependencies:
-
holoviews
-
ipython
# needed to test interactive plotting
-
matplotlib
-
nbformat
# opti
a
nal dependency of plotly, needed to test interactive plotting
-
nbformat
# opti
o
nal dependency of plotly, needed to test interactive plotting
-
numpy
-
pandas
-
plotly
...
...
@@ -26,6 +26,7 @@ dependencies:
-
shapely
-
pip
:
-
dill
-
folium>=0.6.0,!=0.12.0
-
geojson
...
...
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