From fa6c946d818ca1ed9c569270eb6a047a76bc0bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20R=C3=A9da?= <20943910+clreda@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:26:29 +0000 Subject: [PATCH] fix omnipath import error --- bioconda-recipes-nordic/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bioconda-recipes-nordic/meta.yaml b/bioconda-recipes-nordic/meta.yaml index 1275998..76b8bd1 100644 --- a/bioconda-recipes-nordic/meta.yaml +++ b/bioconda-recipes-nordic/meta.yaml @@ -42,7 +42,7 @@ requirements: - graphviz - matplotlib-base - numpy >=1.22.4,<2.0.0 - - omnipath ==1.0.6 + - omnipath - openpyxl >=3.0.10 - pandas >=1.5.1 - qnorm >=0.5.1 @@ -58,7 +58,7 @@ requirements: - graphviz - matplotlib-base - numpy >=1.22.4,<2.0.0 - - omnipath ==1.0.6 + - omnipath - openpyxl >=3.0.10 - pandas >=1.5.1 - qnorm >=0.5.1