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 c19a9ed commit 1c45c8aCopy full SHA for 1c45c8a
pyproject.toml
@@ -6,16 +6,16 @@ license = {text = "MIT"}
6
requires-python = ">=3.9"
7
dependencies = [
8
"plotly<6.0.0,>=5.13.1",
9
- "polars>=1.28.0",
10
"pandas>=2.2.3",
11
"typing>=3.7.4.3",
12
"polarstate==0.1.8",
13
"marimo>=0.17.0",
14
"pyarrow>=21.0.0",
15
"statsmodels>=0.14.0",
+ "polars>=1.31.0",
16
]
17
name = "rtichoke"
18
-version = "0.1.26"
+version = "0.1.27"
19
description = "interactive visualizations for performance of predictive models"
20
readme = "README.md"
21
0 commit comments