Revision 85678340b314103077c9d33012d5de7e9bd2717d authored by Joost van Griethuysen on 18 October 2018, 16:07:59 UTC, committed by Joost van Griethuysen on 19 October 2018, 10:00:35 UTC
Calculates the Surface, perimeter and maximum diameter of a 2D shape (requires input to be a 2D numpy array and spacing).
1 parent 6a7cb98
Raw File
meta.yaml
package:
  name: "pyradiomics"
  version: "{{ GIT_DESCRIBE_TAG }}"

source:
  path: ../

build:
  number: "{{ GIT_DESCRIBE_NUMBER }}"
  entry_points:
    - pyradiomics=radiomics.scripts.__init__:parse_args

requirements:
  build:
    - python
    - git
  host:
    - python
    - numpy >=1.9.2
    - pip
    - pykwalify >=1.6.0
    - pywavelets >=0.4.0
    - SimpleITK !=1.1.0
    - six >=1.10.0
  run:
    - python
    - numpy >=1.9.2
    - pykwalify >=1.6.0
    - pywavelets >=0.4.0
    - SimpleITK !=1.1.0
    - six >=1.10.0
    - scipy
    - scikit-learn
    - trimesh

about:
  home: http://github.com/Radiomics/pyradiomics#readme
  license: BSD
  license_family: BSD
  license_file: LICENSE.txt
  summary: Radiomics features library for python
  doc_url: https://pyradiomics.readthedocs.io/en/latest/
  dev_url: 

extra:
  recipe-maintainers:
    - JoostJM
    - fedorov
    - pieper
    - hugoaerts
back to top