From 584e5c322937bdab464d5654a5e8586697b857f6 Mon Sep 17 00:00:00 2001 From: nservant Date: Sun, 28 Apr 2019 20:53:07 +0200 Subject: [PATCH] add pip version in yml --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index afddba2..ae15924 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - defaults dependencies: - python=2.7.13 - - pip + - pip=18.1 - conda-forge::scipy=1.0.1 - conda-forge::numpy=1.9.3 - conda-forge::r-markdown=0.8 @@ -13,7 +13,7 @@ dependencies: - bioconda::pysam=0.14.1 - cooler=0.8.3 - bowtie2=2.3.5 - - samtools=1.9 + - samtools=1.7 - multiqc=1.6 - pip: - iced==0.4.2 \ No newline at end of file