{% set version = "1.2.0" %} package: name: joblib version: {{ version }} source: url: https://github.com/joblib/joblib/archive/{{ version }}.tar.gz sha256: 574eca5aaeb0a06c4fe0a8e8e67b24715218fb0f9d0fdc9d4f30519100885e53 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.6 - pip run: - python >=3.6 - setuptools test: requires: - pip commands: - pip check imports: - joblib - joblib.externals about: home: https://pypi.org/project/joblib/ summary: 'Lightweight pipelining: using Python functions as pipeline jobs.' license: BSD-3-Clause license_file: LICENSE.txt extra: recipe-maintainers: - ocefpaf - jakirkham - ogrisel - lesteve - tomMoral - pierreglaser