From 567a6a0b49db42d8366dcdd1d64c1927e6db413a Mon Sep 17 00:00:00 2001 From: Vadim Piven Date: Wed, 29 Apr 2026 12:32:58 +0200 Subject: [PATCH] chore: bump polars-pf to 1.1.31 in python-3.12.10 runenv --- .changeset/bump-polars-pf-1-1-31.md | 5 +++++ python-3.12.10/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/bump-polars-pf-1-1-31.md diff --git a/.changeset/bump-polars-pf-1-1-31.md b/.changeset/bump-polars-pf-1-1-31.md new file mode 100644 index 0000000..2034e95 --- /dev/null +++ b/.changeset/bump-polars-pf-1-1-31.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': patch +--- + +Bump `polars-pf` from 1.1.27 to 1.1.31 in the `python-3.12.10` runenv. diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index b6d8210..c3e2fff 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.1.27", + "polars-pf==1.1.31", "scipy==1.15.3", "scikit-learn==1.6.1", "parasail==1.3.4",