summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-06-24 13:45:38 +0100
committerGitHub <noreply@github.com>2019-06-24 13:45:38 +0100
commit7a821a53a23cb55e7ba11b80395b3a9c3f6e310d (patch)
tree621c10f2992049896bf87a6e2b82037e88a5c440 /Wrappers/Python/conda-recipe
parentd98750ce78f6f20c2eb87cb6d41b90e4c0afd56a (diff)
downloadastra-wrapper-7a821a53a23cb55e7ba11b80395b3a9c3f6e310d.tar.gz
astra-wrapper-7a821a53a23cb55e7ba11b80395b3a9c3f6e310d.tar.bz2
astra-wrapper-7a821a53a23cb55e7ba11b80395b3a9c3f6e310d.tar.xz
astra-wrapper-7a821a53a23cb55e7ba11b80395b3a9c3f6e310d.zip
remove numpy version as this package does not build on numpy (#26)
* remove numpy version as this package does not build on numpy * update meta.yaml * updated badges * readded numpy versions * updated numpy versions * added numpy in build section * added numpy versions * removed numpy 1.13
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r--Wrappers/Python/conda-recipe/conda_build_config.yaml2
-rwxr-xr-xWrappers/Python/conda-recipe/meta.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml
index 6ce25a6..f4d423a 100644
--- a/Wrappers/Python/conda-recipe/conda_build_config.yaml
+++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml
@@ -5,3 +5,5 @@ python:
numpy:
- 1.11
- 1.12
+ - 1.14
+ - 1.15
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 2dd8aab..25ff489 100755
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -11,18 +11,16 @@ build:
requirements:
build:
- python
- - numpy {{ numpy }}
+ - numpy
- setuptools
run:
- {{ pin_compatible('numpy', max_pin='x.x') }}
- python
- - numpy
- - scipy
- ccpi-framework
- astra-toolbox
about:
home: http://www.ccpi.ac.uk
license: GPLv3
- summary: 'CCPi Toolbox' \ No newline at end of file
+ summary: 'CCPi Toolbox'