Skip to content

Commit

Permalink
Lock env versions more exactly to fix #45
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed May 24, 2024
1 parent 8d87603 commit bcd23c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflow/envs/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ channels:
- bioconda
- defaults
dependencies:
- numpy<1.20
- numba
- cooler<=0.8.11
- pandas<=1.5
- numpy==1.23.5
- numba==0.59.1
- cooler==0.8.11
- pandas==1.5.0
- minimap2==2.18
- bioconda::bedtools
- bioconda::samtools>=1.14
- bioconda::htslib>=1.14
- bioconda::pysam>=0.15.0
- bioconda::bwa
- pigz
- pigz

0 comments on commit bcd23c7

Please # to comment.