summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorvais-ral <rlcr8@stfc.ac.uk>2019-01-29 08:22:08 +0000
committerGitHub <noreply@github.com>2019-01-29 08:22:08 +0000
commitd88c7e700beee74adaf9ee855450f9e472528b95 (patch)
treec486c79fdc68abd41fda47ac15f6397319b79d7f /Wrappers
parent0e9053de8ceff9af697e927f3b188fd341a3b7d4 (diff)
parent9336c7f07bf81b33f6683679d8a5beca4a6db7e1 (diff)
downloadastra-wrapper-d88c7e700beee74adaf9ee855450f9e472528b95.tar.gz
astra-wrapper-d88c7e700beee74adaf9ee855450f9e472528b95.tar.bz2
astra-wrapper-d88c7e700beee74adaf9ee855450f9e472528b95.tar.xz
astra-wrapper-d88c7e700beee74adaf9ee855450f9e472528b95.zip
Merge pull request #15 from TomasKulhanek/master
Universal build script
Diffstat (limited to 'Wrappers')
-rwxr-xr-xWrappers/Python/conda-recipe/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 965d81d..2dd8aab 100755
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -2,7 +2,6 @@ package:
name: ccpi-astra
version: {{ environ['CIL_VERSION'] }}
-
build:
preserve_egg_dir: False
script_env:
@@ -16,6 +15,7 @@ requirements:
- setuptools
run:
+ - {{ pin_compatible('numpy', max_pin='x.x') }}
- python
- numpy
- scipy
@@ -25,4 +25,4 @@ requirements:
about:
home: http://www.ccpi.ac.uk
license: GPLv3
- summary: 'CCPi Toolbox'
+ summary: 'CCPi Toolbox' \ No newline at end of file