From e0c416f2ae2aaa351ec93d320315b4dca9d92d1c Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Tue, 26 May 2020 18:11:53 +0200 Subject: [PATCH] [MODIF] fix env --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 7bbaff2..97fb679 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ channels: - defaults dependencies: - conda-forge::python=3.7.6 - - conda-forge::pip=20.0.1 + - pip=20.0.1 - conda-forge::scipy=1.4.1 - conda-forge::numpy=1.18.1 - bioconda::iced=0.5.6 @@ -23,7 +23,7 @@ dependencies: - bioconda::hicexplorer=3.4.3 - bioconda::bioconductor-hitc=1.32.0 - conda-forge::r-optparse=1.6.6 - - bioconda::ucsc-bedgraphtobigwig=377 + - bioconda::ucsc-bedgraphtobigwig=357 - pip: - cooltools==0.3.2 - fanc==0.8.30 \ No newline at end of file -- GitLab