Skip to content

Commit

Permalink
Bring heavier deps from bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber authored Apr 2, 2022
2 parents 07d712a + 4d03c04 commit 8a38a61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
build:
entry_points:
- sourmash = sourmash.__main__:main
number: 1
number: 2
missing_dso_whitelist: # [osx]
- /usr/lib/libresolv.9.dylib # [osx]
skip: true # [py<38]
Expand All @@ -37,6 +37,8 @@ requirements:
- deprecation >=2.0.6
- cachetools >=4.2.1,<5
- numpy
- matplotlib-base
- scipy

test:
imports:
Expand All @@ -49,14 +51,11 @@ test:
about:
home: https://github.com/sourmash-bio/sourmash
summary: Compute and compare MinHash signatures for DNA data sets.
description: |
This is a minimal version that avoids heavy dependencies and is as cross-platform
as possible. For the complete version check the sourmash package in bioconda.
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
dev_url: https://github.com/sourmash-bio/sourmash
doc_url: http://sourmash.bio/
doc_url: https://sourmash.bio/

extra:
recipe-maintainers:
Expand Down

0 comments on commit 8a38a61

Please sign in to comment.