Skip to content

Commit

Permalink
goldrush: pin numpy (#51980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcodee authored Nov 7, 2024
1 parent 3765eb5 commit d6027b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/goldrush/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
skip: true # [py < 38 or win or py > 39]
number: 0
number: 1
run_exports: {{ pin_subpackage("goldrush", max_pin="x") }}

requirements:
Expand Down Expand Up @@ -41,6 +41,7 @@ requirements:
- gperftools
- bc
- snakemake
- numpy >=1.22.4

test:
commands:
Expand Down

0 comments on commit d6027b1

Please sign in to comment.