Skip to content

Commit

Permalink
Pin gsl to 2.5 for rmats (#51411)
Browse files Browse the repository at this point in the history
* Pin gsl to 2.5 for rmats

* Fix pinning
  • Loading branch information
npavlovikj authored Oct 15, 2024
1 parent 0e18054 commit 9697ab3
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 9697ab3

Please sign in to comment.