diff options
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 | ||||
-rwxr-xr-x | Wrappers/Python/conda-recipe/meta.yaml | 6 |
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' |