Skip to content

Commit

Permalink
updated v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Apr 15, 2020
1 parent c508f17 commit 4804f30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "spleeter" %}
{% set version = "1.4.9" %}
{% set version = "1.5.1" %}

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

source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 83a8e287aacf56e99e6443c6f4f5d333a229e9edc8a0b5c0d8fbf1f164e7dbb0
sha256: bf532b8546d42bbc21946261580afc367dc62469f443f13ac2a1ea7c9f6afc2a

build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<36 or py>37]

requirements:
Expand Down Expand Up @@ -41,7 +41,7 @@ about:
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'The Deezer source separation library with pretrained models based on tensorflow.'
summary: The Deezer source separation library with pretrained models based on tensorflow.
doc_url: https://github.com/deezer/spleeter/wiki
dev_url: https://github.com/deezer/spleeter

Expand Down

0 comments on commit 4804f30

Please sign in to comment.