Skip to content

Commit

Permalink
update conda build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Jul 5, 2024
1 parent 731c1ad commit b4027b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,28 @@ requirements:

run:
- python
- numpy
- scipy<1.13
- numba
- cupy
- scikit-image

test:
imports:
- bm3dornl

channels:
- conda-forge
- nvidia
- defaults

about:
home: {{ url }}
license: {{ license }}
license_family: MIT
license_file: ../LICENSE
summary: {{ description }}

extra:
recipe-maintainers:
- kedokudo

0 comments on commit b4027b2

Please sign in to comment.