Skip to content

Commit

Permalink
updated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Apr 24, 2024
1 parent 1092dcf commit ec2da0f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conda/environment-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- anaconda-client
- conda-build
- conda-verify
- r-base =4.2
- r-base
4 changes: 2 additions & 2 deletions conda/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ channels:
- bioconda
- defaults
dependencies:
- r-base =4.2
- r-base
- icu <=70.1
- r-mass
- r-rgl
- bioconductor-mzR
- bioconductor-mzR ==2.28.0
- r-splines2
- r-doparallel
- r-foreach
Expand Down
4 changes: 2 additions & 2 deletions conda/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
- bioconda
- defaults
dependencies:
- r-base =4.2
- r-base
- r-mass
- r-rgl
- bioconductor-mzR
- bioconductor-mzR ==2.28.0
- r-splines2
- r-doparallel
- r-foreach
Expand Down
8 changes: 4 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ build:

requirements:
host:
- r-base =4.2
- r-base
- r-mass
- r-rgl
- bioconductor-mzR
- bioconductor-mzR ==2.28.0
- r-splines2
- r-doparallel
- r-foreach
Expand All @@ -37,10 +37,10 @@ requirements:
- r-tibble

run:
- r-base =4.2
- r-base
- r-mass
- r-rgl
- bioconductor-mzR
- bioconductor-mzR ==2.28.0
- r-splines2
- r-doparallel
- r-foreach
Expand Down

0 comments on commit ec2da0f

Please sign in to comment.