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
47f79c9d
Commit
47f79c9d
authored
Oct 30, 2021
by
Daniel Scheffler
Browse files
Merge branch 'master' into enhancement/rasterization
parents
12df213a
780de84b
Pipeline
#29731
passed with stage
in 4 minutes and 28 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
47f79c9d
...
...
@@ -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 @
47f79c9d
cartopy
cmocean
dill
gdal
geoarray
>=0.15.0
geojson
...
...
setup.py
View file @
47f79c9d
...
...
@@ -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 @
47f79c9d
...
...
@@ -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
-
scipy
...
...
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