Skip to content

Commit

Permalink
Pin gsl to 2.5 for rmats
Browse files Browse the repository at this point in the history
  • Loading branch information
npavlovikj committed Oct 15, 2024
1 parent 60b837a commit f6cbfe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/rmats/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
url: https://github.com/Xinglab/rmats-turbo/releases/download/v{{ version }}/rmats_turbo_v{{ version|replace(".","_") }}.tar.gz

build:
number: 2
number: 3
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

Expand All @@ -26,14 +26,14 @@ requirements:
- python
- cython
- numpy
- gsl
- gsl=2.5
- zlib
- libblas
- liblapack
run:
- python
- numpy
- gsl
- gsl=2.5
- zlib
- star >=2.5

Expand All @@ -50,4 +50,4 @@ about:

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64

0 comments on commit f6cbfe7

Please sign in to comment.