Skip to content

Commit d0e1011

Browse files
committed
Upgrading to folium 0.17.0
1 parent fdc3c3a commit d0e1011

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
dependencies = [
1515
"argcomplete>=2.0.0",
1616
"colorutils>=0.3.0",
17-
"folium @ git+https://github.com/python-visualization/folium@b80e7e92",
17+
"folium>=0.17.0",
1818
"jsonpath_ng>=1.5.3",
1919
"kaleido>=0.2.1",
2020
"numpy>=1.22.3",
@@ -66,7 +66,3 @@ max-complexity = 30
6666

6767
[tool.hatch.version]
6868
path = "nextplot/__about__.py"
69-
70-
# TODO: remove allowing direct references after new folium release
71-
[tool.hatch.metadata]
72-
allow-direct-references = true

0 commit comments

Comments
 (0)