|
@@ -1682,6 +1682,32 @@ files = [
|
|
|
{file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"},
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "narwhals"
|
|
|
+version = "1.24.1"
|
|
|
+description = "Extremely lightweight compatibility layer between dataframe libraries"
|
|
|
+optional = true
|
|
|
+python-versions = ">=3.8"
|
|
|
+files = [
|
|
|
+ {file = "narwhals-1.24.1-py3-none-any.whl", hash = "sha256:d8983fe14851c95d60576ddca37c094bd4ed24ab9ea98396844fb20ad9aaf184"},
|
|
|
+ {file = "narwhals-1.24.1.tar.gz", hash = "sha256:b09b8253d945f23cdb683a84685abf3afb9f96114d89e9f35dc876e143f65007"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+core = ["duckdb", "pandas", "polars", "pyarrow", "pyarrow-stubs"]
|
|
|
+cudf = ["cudf (>=24.10.0)"]
|
|
|
+dask = ["dask[dataframe] (>=2024.8)"]
|
|
|
+dev = ["covdefaults", "hypothesis", "pre-commit", "pytest", "pytest-cov", "pytest-env", "pytest-randomly", "typing-extensions"]
|
|
|
+docs = ["black", "duckdb", "jinja2", "markdown-exec[ansi]", "mkdocs", "mkdocs-autorefs", "mkdocs-material", "mkdocstrings[python]", "pandas", "polars (>=1.0.0)", "pyarrow"]
|
|
|
+duckdb = ["duckdb (>=1.0)"]
|
|
|
+extra = ["scikit-learn"]
|
|
|
+ibis = ["ibis-framework (>=6.0.0)", "packaging", "pyarrow-hotfix", "rich"]
|
|
|
+modin = ["modin"]
|
|
|
+pandas = ["pandas (>=0.25.3)"]
|
|
|
+polars = ["polars (>=0.20.3)"]
|
|
|
+pyarrow = ["pyarrow (>=11.0.0)"]
|
|
|
+pyspark = ["pyspark (>=3.5.0)"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "nicegui-highcharts"
|
|
|
version = "2.0.2"
|
|
@@ -2163,18 +2189,21 @@ type = ["mypy (>=1.11.2)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "plotly"
|
|
|
-version = "5.24.1"
|
|
|
+version = "6.0.0"
|
|
|
description = "An open-source, interactive data visualization library for Python"
|
|
|
optional = true
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
|
- {file = "plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089"},
|
|
|
- {file = "plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae"},
|
|
|
+ {file = "plotly-6.0.0-py3-none-any.whl", hash = "sha256:f708871c3a9349a68791ff943a5781b1ec04de7769ea69068adcd9202e57653a"},
|
|
|
+ {file = "plotly-6.0.0.tar.gz", hash = "sha256:c4aad38b8c3d65e4a5e7dd308b084143b9025c2cc9d5317fc1f1d30958db87d3"},
|
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
|
+narwhals = ">=1.15.1"
|
|
|
packaging = "*"
|
|
|
-tenacity = ">=6.2.0"
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+express = ["numpy"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pluggy"
|
|
@@ -4184,4 +4213,4 @@ sass = ["libsass"]
|
|
|
[metadata]
|
|
|
lock-version = "2.0"
|
|
|
python-versions = "^3.8"
|
|
|
-content-hash = "070f7b280683a2fec6486d3bc4908f3e647efdc970e11f703eb5311944499d72"
|
|
|
+content-hash = "a9abccd4853ef4ef40bd935b9a212e18d2230236b84b33d1d1c7047121cf4e4a"
|