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 fdc3c3a commit d0e1011Copy full SHA for d0e1011
pyproject.toml
@@ -14,7 +14,7 @@ classifiers = [
14
dependencies = [
15
"argcomplete>=2.0.0",
16
"colorutils>=0.3.0",
17
- "folium @ git+https://github.com/python-visualization/folium@b80e7e92",
+ "folium>=0.17.0",
18
"jsonpath_ng>=1.5.3",
19
"kaleido>=0.2.1",
20
"numpy>=1.22.3",
@@ -66,7 +66,3 @@ max-complexity = 30
66
67
[tool.hatch.version]
68
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