From 79fc1990582349cf80842ef03df085f94f74e183 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 1 Jul 2024 10:07:08 +0200 Subject: [PATCH] :rewind: version specification leads to problem of mrmr-selection see fix here: https://github.com/smazzanti/mrmr/pull/49/commits/c04423106a337ec3129a45183b60c991cf6196ab --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7836ddfe..2f9d1ca6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "fastai", "omegaconf", "tqdm", - "mrmr-selection@git+https://github.com/smazzanti/mrmr.git", + "mrmr-selection", "pingouin", ]