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 scprep to v0.12.0 #14467

Merged
merged 2 commits into from
Apr 14, 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
14 changes: 6 additions & 8 deletions recipes/scprep/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "scprep" %}
{% set version = "0.8.1" %}
{% set version = "0.12.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4da05d30f5841c977a091a66e5367d85ad3c64f7b8b51ff84a3847fce322fb49
sha256: 08e04a980504c48d9dbc68243b3c9352630d6b8b89418b64d3e50b1634211ecf

build:
number: 0
Expand All @@ -17,16 +17,14 @@ build:
requirements:
host:
- pip
- python
- python >=3.5
run:
- decorator
- future
- numpy >=1.10.0
- pandas
- python
- pandas >=0.19.0,<0.24
- python >=3.5
- scikit-learn >=0.19.1
- scipy >=0.18.0
- seaborn

test:
imports:
Expand All @@ -36,5 +34,5 @@ about:
home: https://github.com/KrishnaswamyLab/scprep
license: GNU General Public Version 2
license_family: GPL2
summary: scprep
summary: Tools for loading and preprocessing biological matrices in Python.