From 3a15f379835a0367e2278335c0da4e4d6e73468b Mon Sep 17 00:00:00 2001 From: Vadim Piven Date: Thu, 23 Apr 2026 10:32:17 +0200 Subject: [PATCH] Update polars-pf to 1.1.25 --- .changeset/update-polars-pf.md | 5 +++++ python-3.12.10/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/update-polars-pf.md diff --git a/.changeset/update-polars-pf.md b/.changeset/update-polars-pf.md new file mode 100644 index 0000000..707808e --- /dev/null +++ b/.changeset/update-polars-pf.md @@ -0,0 +1,5 @@ +--- +"@platforma-open/milaboratories.runenv-python-3.12.10": patch +--- + +Update polars-pf to 1.1.25 diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index 9ff2dad..f2fd098 100644 --- a/python-3.12.10/config.json +++ b/python-3.12.10/config.json @@ -6,7 +6,7 @@ "polars-lts-cpu==1.33.1", "polars-ds-lts-cpu==0.10.2", "polars-hash-lts-cpu==0.5.5", - "polars-pf==1.0.106", + "polars-pf==1.1.25", "scipy==1.15.3", "scikit-learn==1.6.1", "parasail==1.3.4",