Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump/scnic #13691

Merged
merged 6 commits into from
Feb 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions recipes/scnic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.6.0" %}
{% set version = "0.6.1" %}

package:
name: scnic
version: {{ version }}

source:
url: https://github.com/shafferm/SCNIC/archive/{{ version }}.tar.gz
sha256: 476868bb0e1703ee4bd29e712e94178f0027b4413fd9428dcf0922baffd3d677
sha256: 9228b361361f1b8e407a1502676558636700e620a5cc4ac57845636da234da05

build:
number: 0
Expand All @@ -27,10 +27,7 @@ requirements:
- biom-format
- networkx >2
- scikit-bio
- fastspar 0.0.6
# fastspar does not pin armadillo correctly, doing
# that here until fastspar 0.0.7 fixes it
- armadillo 8.*
- fastspar
- tqdm
- matplotlib
- seaborn
Expand Down