Skip to content

Commit

Permalink
Merge pull request conda-forge#15201 from hadim/pandarallel
Browse files Browse the repository at this point in the history
add pandarallel
  • Loading branch information
chrisburr authored Jun 6, 2021
2 parents 276177b + 0c7907e commit 1f25a5d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/pandarallel/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "pandarallel" %}
{% set version = "1.5.2" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pandarallel-{{ version }}.tar.gz
sha256: 3fa7d9baf79ad49e71db923a924a127f2b06a2b45d7229b47655fbcb620929b2

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.6
run:
- dill
- python >=3.6
- pandas

test:
imports:
- pandarallel
- pandarallel.data_types
commands:
- pip check
requires:
- pip

about:
home: https://github.com/nalepae/pandarallel
summary: An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- hadim

0 comments on commit 1f25a5d

Please sign in to comment.