Skip to content

Commit

Permalink
build: Try locking R below 3.0.0
Browse files Browse the repository at this point in the history
Which was when S.h got removed?
  • Loading branch information
edmundmiller committed Sep 18, 2024
1 parent e5aa6ae commit 6d9434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- bioconductor-iranges >=2.36.0,<2.37.0
- bioconductor-rtracklayer >=1.62.0,<1.63.0
- bioconductor-s4vectors >=0.40.0,<0.41.0
- r-base
- r-base <3.0.0
- r-mass
- libblas
- liblapack
Expand All @@ -40,7 +40,7 @@ requirements:
- bioconductor-iranges >=2.36.0,<2.37.0
- bioconductor-rtracklayer >=1.62.0,<1.63.0
- bioconductor-s4vectors >=0.40.0,<0.41.0
- r-base
- r-base <3.0.0
- r-mass
build:
- ${{ compiler('c') }}
Expand Down

0 comments on commit 6d9434f

Please sign in to comment.