Skip to content

Commit

Permalink
Merge pull request #10 from conda-forge/regro-cf-autotick-bot/1.5.1_h…
Browse files Browse the repository at this point in the history
…c4a86b

Regro cf autotick bot/1.5.1 hc4a86b
  • Loading branch information
Faylixe authored Apr 15, 2020
2 parents c508f17 + 6dcc441 commit 616f259
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 49 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
24 changes: 12 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 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 All @@ -23,10 +23,11 @@ requirements:
- requests
- setuptools
- importlib_resources # [py<37]
- tensorflow ==1.14.0
- pandas ==0.25.1
- tensorflow ==1.15
- pandas
- ffmpeg-python
- norbert
- librosa

test:
imports:
Expand All @@ -41,7 +42,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 616f259

Please sign in to comment.