Skip to content

Commit

Permalink
bump scprep to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Apr 14, 2019
1 parent a09f904 commit 3cd08d0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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 Down

0 comments on commit 3cd08d0

Please sign in to comment.