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
5af3354f
Commit
5af3354f
authored
Dec 15, 2021
by
Daniel Scheffler
Browse files
Removed folium 0.12.1 exclusion due to fix on PyPI and conda-forge.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
b3e0bad4
Changes
3
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
5af3354f
...
...
@@ -4,7 +4,7 @@ dill
gdal
geoarray
>=0.15.0
geojson
folium
>=0.6.0,!=0.12.0
,!=0.12.1
folium
>=0.6.0,!=0.12.0
geopandas
matplotlib
numpy
...
...
setup.py
View file @
5af3354f
...
...
@@ -43,7 +43,7 @@ req = [
'cartopy'
,
'cmocean'
,
'dill'
,
'folium>=0.6.0,!=0.12.0
,!=0.12.1
'
,
'folium>=0.6.0,!=0.12.0'
,
'gdal'
,
'geojson'
,
'geoarray>=0.15.0'
,
...
...
tests/CI_docker/context/environment_arosics.yml
View file @
5af3354f
...
...
@@ -27,7 +27,7 @@ dependencies:
-
pip
:
-
dill
-
folium>=0.6.0,!=0.12.0
,!=0.12.1
-
folium>=0.6.0,!=0.12.0
-
geojson
# doc requirements
...
...
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