From 3dcba78ee20675d0428cceff8d9019ef35e46c84 Mon Sep 17 00:00:00 2001 From: Mariia Zueva Date: Tue, 5 May 2026 12:34:20 +0200 Subject: [PATCH] Add tmtools package --- .changeset/happy-animals-join.md | 5 +++++ python-3.12.10/config.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/happy-animals-join.md diff --git a/.changeset/happy-animals-join.md b/.changeset/happy-animals-join.md new file mode 100644 index 0000000..3324cd1 --- /dev/null +++ b/.changeset/happy-animals-join.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': patch +--- + +Add tmtools dependency diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index c3e2fff..5db1ae4 100644 --- a/python-3.12.10/config.json +++ b/python-3.12.10/config.json @@ -36,7 +36,8 @@ "igraph==0.11.9", "Cython==3.1.4", "fa2_modified==0.4", - "biopython==1.87" + "biopython==1.87", + "tmtools==0.3.0" ], "overrides": {} }