diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-02-08 12:30:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 12:30:51 +0000 |
commit | 7f1612a9bff83959dcb7d62dd404b6dccf6f08a3 (patch) | |
tree | 40db7f3476618e5f84bc7fcc7445deedf74c3629 /Wrappers | |
parent | 88a818c093749538f4412249d5006f4c9fece268 (diff) | |
download | regularization-7f1612a9bff83959dcb7d62dd404b6dccf6f08a3.tar.gz regularization-7f1612a9bff83959dcb7d62dd404b6dccf6f08a3.tar.bz2 regularization-7f1612a9bff83959dcb7d62dd404b6dccf6f08a3.tar.xz regularization-7f1612a9bff83959dcb7d62dd404b6dccf6f08a3.zip |
add numpy 1.14 for Savu
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index b7977f3..d5fea08 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -4,4 +4,5 @@ python: - 3.6 numpy: - 1.12 + - 1.14 - 1.15 |