Skip to content

Commit

Permalink
Update with selene-sdk v0.2.0 (#12631)
Browse files Browse the repository at this point in the history
* update with selene-0.2.0

* Update meta.yaml

* add self to recipe maintainers
  • Loading branch information
kathyxchen authored and epruesse committed Dec 14, 2018
1 parent 06a32f6 commit 1cf719d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions recipes/selene-sdk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: b0c17c18173cddf68cd28be5f7b489096d877ce3b5e744a0e4cea199a06be44c

build:
number: 0
number: 1
skip: True # [py27 or osx]
script: python setup.py install --single-version-externally-managed --record=record.txt

Expand All @@ -26,7 +26,7 @@ requirements:
- plotly
- pyfaidx
- pytabix
- pytorch
- pytorch>=0.4.1
- pyyaml
- scikit-learn
- scipy
Expand All @@ -35,11 +35,15 @@ requirements:
- torchvision

test:
imports:
- selene_sdk
imports:
- selene_sdk

about:
home: https://github.com/FunctionLab/selene
summary: Framework for developing sequence-level deep learning networks.
license: BSD 3-clause
license: BSD 3-clause clear
license_file: LICENSE

extra:
recipe-maintainers:
- kathyxchen

0 comments on commit 1cf719d

Please sign in to comment.