Skip to content

Commit

Permalink
Merge pull request #25506 from billbrod/main
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Jul 20, 2024
2 parents da3c9c1 + 1fa610e commit 3d364c2
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/pyrtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "pyrtools" %}
{% set version = "1.0.5" %}

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

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

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
host:
- python
- setuptools
- wheel
- setuptools-scm
- pip
run:
- python
- numpy >=1.1
- scipy >=0.18
- matplotlib-base >=1.5
- tqdm >=4.29
- requests >=2.21

test:
imports:
- pyrtools
commands:
- pip check
requires:
- pip

about:
summary: Python tools for multi-scale image processing, including Laplacian pyramids, Wavelets, and Steerable Pyramids.
home: https://github.com/LabForComputationalVision/pyrtools/
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- billbrod

0 comments on commit 3d364c2

Please sign in to comment.