From b885d2704fed0a504e8f8faa6e0708afff408764 Mon Sep 17 00:00:00 2001 From: Yue Ma <3124558229@qq.com> Date: Tue, 15 Oct 2024 20:09:34 -0700 Subject: [PATCH] Update utilix dependency (#192) * use mongo downloader in utilix * update utilix requirement * Be careful! --------- Co-authored-by: dachengx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0235bf2..072a413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ scikit-learn = "*" scipy = "*" strax = "*" graphviz = "*" -utilix = ">=0.10.1" +utilix = ">=0.11.0" commonmark = { version = "0.9.1", optional = true } m2r = { version = "0.2.1", optional = true } mistune = { version = "0.8.4", optional = true }