Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mean-showers-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.runenv-python-3.12.10': minor
---

Add rapidfuzz
3 changes: 2 additions & 1 deletion python-3.12.10/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve maintainability, it's a good practice to keep dependency lists sorted alphabetically. This list is currently unsorted, which can make it difficult to manage as it grows. While not a blocker for this PR, please consider creating a follow-up task to sort the dependencies in this file.

],
"overrides": {}
}
Expand Down
Loading