ee3943b5b1
CI / test (deps-minimum, windows-latest, unit) (push) Blocked by required conditions
CI / test_py314 (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test_py314 (deps-latest, windows-latest, unit) (push) Blocked by required conditions
CI / test_py314_future (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test_py314_future (deps-latest, windows-latest, unit) (push) Blocked by required conditions
Secret Leaks / trufflehog (push) Waiting to run
CI / check_code_quality (push) Waiting to run
CI / test (deps-latest, ubuntu-latest, integration) (push) Blocked by required conditions
CI / test (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test (deps-latest, windows-latest, integration) (push) Blocked by required conditions
CI / test (deps-latest, windows-latest, unit) (push) Blocked by required conditions
CI / test (deps-minimum, ubuntu-latest, integration) (push) Blocked by required conditions
CI / test (deps-minimum, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test (deps-minimum, windows-latest, integration) (push) Blocked by required conditions
Build documentation / build (push) Failing after 0s
56 lines
996 B
YAML
56 lines
996 B
YAML
{% set name = "datasets" %}
|
|
|
|
package:
|
|
name: "{{ name|lower }}"
|
|
version: "{{ DATASETS_VERSION }}"
|
|
|
|
source:
|
|
path: ../../
|
|
|
|
build:
|
|
noarch: python
|
|
|
|
requirements:
|
|
host:
|
|
- python
|
|
- pip
|
|
- numpy >=1.17
|
|
- pyarrow >=16.0.0
|
|
- python-xxhash
|
|
- dill
|
|
- pandas
|
|
- requests >=2.19.0
|
|
- httpx <1.0.0
|
|
- tqdm >=4.66.3
|
|
- dataclasses
|
|
- multiprocess
|
|
- fsspec
|
|
- huggingface_hub >=0.25.0,<2.0.0
|
|
- packaging
|
|
run:
|
|
- python
|
|
- pip
|
|
- numpy >=1.17
|
|
- pyarrow >=16.0.0
|
|
- python-xxhash
|
|
- dill
|
|
- pandas
|
|
- requests >=2.19.0
|
|
- httpx <1.0.0
|
|
- tqdm >=4.66.3
|
|
- dataclasses
|
|
- multiprocess
|
|
- fsspec
|
|
- huggingface_hub >=0.25.0,<2.0.0
|
|
- packaging
|
|
|
|
test:
|
|
imports:
|
|
- datasets
|
|
|
|
about:
|
|
home: https://huggingface.co
|
|
license: Apache License 2.0
|
|
license_file: LICENSE
|
|
summary: "🤗 The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools"
|