summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe/meta.yaml
blob: f97de5e0da1f86e1c170d4b747261fc583a5b4ac (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
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
    - matplotlib
	
about:
  home: http://www.ccpi.ac.uk
  license:  Apache 2.0 License
  summary: 'CCPi Framework Plugins'