# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Fri Sep 16 12:39:16 2022 # ------------------------------------------------ package: name: joblib version: 1.2.0 source: sha256: 574eca5aaeb0a06c4fe0a8e8e67b24715218fb0f9d0fdc9d4f30519100885e53 url: https://github.com/joblib/joblib/archive/1.2.0.tar.gz build: noarch: python number: '0' script: /home/conda/feedstock_root/build_artifacts/joblib_1663332044897/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/bin/python -m pip install . -vv string: pyhd8ed1ab_0 requirements: host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.9.14 ha878542_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libnsl 2.0.0 h7f98852_0 - libsqlite 3.39.3 h753d276_0 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.12 h166bdaf_3 - ncurses 6.3 h27087fc_1 - openssl 3.0.5 h166bdaf_2 - pip 22.2.2 pyhd8ed1ab_0 - python 3.10.6 ha86cf86_0_cpython - readline 8.1.2 h0f457ee_0 - setuptools 65.3.0 pyhd8ed1ab_1 - tk 8.6.12 h27826a3_0 - tzdata 2022c h191b570_0 - wheel 0.37.1 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - python >=3.6 - setuptools test: commands: - pip check imports: - joblib - joblib.externals requires: - pip about: home: https://pypi.org/project/joblib/ license: BSD-3-Clause license_file: LICENSE.txt summary: 'Lightweight pipelining: using Python functions as pipeline jobs.' extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - lesteve - ocefpaf - ogrisel - pierreglaser - tomMoral