From 7fcd5dad9931834377f29d95a3a17c93188d0406 Mon Sep 17 00:00:00 2001 From: Vadim Piven Date: Fri, 24 Apr 2026 12:03:15 +0200 Subject: [PATCH] chore: bump polars-pf to 1.1.27 in python-3.12.10 runenv --- .changeset/bump-polars-pf-1-1-27.md | 5 +++++ .changeset/bump-polars-pf.md | 6 ------ python-3.12.10/config.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .changeset/bump-polars-pf-1-1-27.md delete mode 100644 .changeset/bump-polars-pf.md diff --git a/.changeset/bump-polars-pf-1-1-27.md b/.changeset/bump-polars-pf-1-1-27.md new file mode 100644 index 0000000..e97d03c --- /dev/null +++ b/.changeset/bump-polars-pf-1-1-27.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': patch +--- + +Bump `polars-pf` from 1.1.26 to 1.1.27 in the `python-3.12.10` runenv. diff --git a/.changeset/bump-polars-pf.md b/.changeset/bump-polars-pf.md deleted file mode 100644 index e297c04..0000000 --- a/.changeset/bump-polars-pf.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@platforma-open/milaboratories.runenv-python-3.12.10': patch -'@platforma-open/milaboratories.runenv-python-3': patch ---- - -Bump `polars-pf` from 1.1.25 to 1.1.26 in the `python-3.12.10` runenv. diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index 94ab2d1..b6d8210 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.26", + "polars-pf==1.1.27", "scipy==1.15.3", "scikit-learn==1.6.1", "parasail==1.3.4",