Skip to content

Commit

Permalink
Genomic Address Service v0.1.1 build #1 due to missed scipy dependency (
Browse files Browse the repository at this point in the history
bioconda#44025)

* gas release v0.1.1

* gas release v0.1.1

* scipy dependency added

* scipy and psutil dependency added
  • Loading branch information
kbessonov1984 authored Nov 1, 2023
1 parent 3ff51e4 commit 3a5725a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/genomic_address_service/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:


build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage("genomic_address_service", max_pin="x.x") }}
Expand All @@ -34,6 +34,8 @@ requirements:
- pytables >=3.8.0
- six >=1.16.0
- pandas >=2.0.2
- scipy
- psutil

test:
imports:
Expand Down

0 comments on commit 3a5725a

Please sign in to comment.