From 474e6f8701b2efdf209284e5c233b501b32808b8 Mon Sep 17 00:00:00 2001 From: Kevin Detry <206546615+kevindetry-milaboratories@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:45:50 +0200 Subject: [PATCH] PFrames bump --- .changeset/pframes-rs-1-1-61.md | 5 +++++ python-3.12.10/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/pframes-rs-1-1-61.md diff --git a/.changeset/pframes-rs-1-1-61.md b/.changeset/pframes-rs-1-1-61.md new file mode 100644 index 0000000..d37832e --- /dev/null +++ b/.changeset/pframes-rs-1-1-61.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': patch +--- + +PFrames bump: polars-pf 1.1.61. The pframes-rs release no longer ships debug info in its native binaries. diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index 420a130..b02053c 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.60", + "polars-pf==1.1.61", "scipy==1.15.3", "scikit-learn==1.6.1", "parasail==1.3.4",