Delete meta.yaml

This commit is contained in:
Félix Voituret
2021-01-08 19:37:43 +01:00
committed by GitHub
parent 0f84e82012
commit ac80279d93

View File

@@ -1,52 +0,0 @@
{% set name = "spleeter-gpu" %}
{% set version = "2.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ecd3518a98f9978b9088d1cb2ef98f766401fd9007c2bf72a34e5b5bc5a6fdc3
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: True # [osx]
entry_points:
- spleeter = spleeter.__main__:entrypoint
requirements:
host:
- python {{ python }}
- pip
run:
- python {{ python }}
- tensorflow-gpu ==2.2.0 # [linux]
- tensorflow-gpu ==23.0 # [win]
- pandas
- ffmpeg-python
- norbert
- librosa
test:
imports:
- spleeter
- spleeter.commands
- spleeter.model
- spleeter.utils
- spleeter.separator
about:
home: https://github.com/deezer/spleeter
license: MIT
license_family: MIT
license_file: LICENSE
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
extra:
recipe-maintainers:
- Faylixe
- romi1502