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": {} }