generated from dopt-python/py311
add plotly for visuals
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
groups = ["default", "data", "dev", "lint", "nb", "tests"]
|
||||
strategy = ["inherit_metadata"]
|
||||
lock_version = "4.5.0"
|
||||
content_hash = "sha256:c32739e18120fad1a688e3030b22d6e3a8a1d1412f5f16295cab4ea173479591"
|
||||
content_hash = "sha256:c40e3131cfe0e61c38b4625d1dc24a9df293f34d0860c539be56834c341aec78"
|
||||
|
||||
[[metadata.targets]]
|
||||
requires_python = ">=3.11"
|
||||
@@ -2168,6 +2168,21 @@ files = [
|
||||
{file = "platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "plotly"
|
||||
version = "6.8.0"
|
||||
requires_python = ">=3.8"
|
||||
summary = "An open-source interactive data visualization library for Python"
|
||||
groups = ["data"]
|
||||
dependencies = [
|
||||
"narwhals>=1.15.1",
|
||||
"packaging",
|
||||
]
|
||||
files = [
|
||||
{file = "plotly-6.8.0-py3-none-any.whl", hash = "sha256:13c5c4a0f70b74cab1913eda0de49b826df5931708eb6f9c3010040614700ec8"},
|
||||
{file = "plotly-6.8.0.tar.gz", hash = "sha256:e088e7ddc68d4f70e3d66659224727a45296d71d2b8284181862d3d8f1f0d88f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pluggy"
|
||||
version = "1.6.0"
|
||||
|
||||
@@ -154,4 +154,5 @@ data = [
|
||||
"seaborn>=0.13.2",
|
||||
"altair>=6.0.0",
|
||||
"scipy>=1.17.0",
|
||||
"plotly>=6.8.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user