We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e630df5 commit 35c0320Copy full SHA for 35c0320
.github/workflows/deploy-docs.yml
@@ -33,10 +33,6 @@ jobs:
33
--file requirements.txt
34
--file requirements-dev.txt
35
36
- - name: Install fiona dependency
37
- shell: bash -l {0}
38
- run: python -m pip install fiona
39
-
40
- name: Install folium from source
41
shell: bash -l {0}
42
run: python -m pip install -e . --no-deps --force-reinstall
requirements.txt
@@ -3,4 +3,3 @@ jinja2>=2.9
3
numpy
4
requests
5
xyzservices
6
-fiona
0 commit comments