From 15879e67db1ee8f398f3144d1a251615490343e1 Mon Sep 17 00:00:00 2001 From: Alex Davydov Date: Tue, 3 Feb 2026 16:57:22 +0100 Subject: [PATCH] rapidfuzz --- .changeset/mean-showers-smash.md | 5 +++++ python-3.12.10/config.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/mean-showers-smash.md diff --git a/.changeset/mean-showers-smash.md b/.changeset/mean-showers-smash.md new file mode 100644 index 0000000..ea46bf1 --- /dev/null +++ b/.changeset/mean-showers-smash.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': minor +--- + +Add rapidfuzz diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index a26d243..4b6b436 100644 --- a/python-3.12.10/config.json +++ b/python-3.12.10/config.json @@ -35,7 +35,8 @@ "torchaudio==2.7.0", "igraph==0.11.9", "Cython==3.1.4", - "fa2_modified==0.4" + "fa2_modified==0.4", + "rapidfuzz==3.14.3" ], "overrides": {} }