summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe/meta.yaml
blob: edec71b6c6a1e380dd80d02f197c7e180af618c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package:
  name: ccpi-plugins
  version: {{ environ['CIL_VERSION'] }}


build:
  preserve_egg_dir: False
  script_env:
    - CIL_VERSION   
#  number: 0
  
requirements:
  build:
    - python
    - setuptools

  run:
    - python
    - numpy
    - ccpi-framework
    - ccpi-reconstruction
    - ccpi-regulariser
    - matplotlib
	
about:
  home: http://www.ccpi.ac.uk
  license:  Apache 2.0 License
  summary: 'CCPi Framework Plugins'