Skip to content

Commit

Permalink
add conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm committed Oct 25, 2021
1 parent f0a74d1 commit a7d17ed
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
package:
name: pynemaiqpet
version: {{ environ.get('GIT_DESCRIBE_TAG','v')[1:] }}

source:
path: ..

build:
number: 0
noarch: python
entry_points:
- pynemaiqpet_wb_nema_iq=pynemaiqpet.command_line_tools:wb_nema_iq
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.6,<3.9
- setuptools-scm
- setuptools_scm_git_archive
run:
- lmfit >=1.0
- matplotlib-base >=3.1
- nibabel >=3.0
- pandas >=1.0
- pydicom >=2.0
- pymirc >=0.23
- python >=3.6,<3.9
- scipy >=1.4

test:
imports:
- pynemaiqpet
commands:
- pip check
- pynemaiqpet_wb_nema_iq --help
requires:
- pip

about:
home: https://github.com/gschramm/pynemaiqpet
summary: Analysis of PET NEMA IQ phantom scans
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- gschramm

0 comments on commit a7d17ed

Please sign in to comment.