diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-18 12:01:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 12:01:46 +0100 |
commit | ccd3f70b3b4a8d49569f2c089887d9ad038f1d71 (patch) | |
tree | 7cbd9da0a7fe0df475ce2121acef9612cbb6e3dc | |
parent | 57229985e3576db6a714d7e4a35aec4f47120e1b (diff) | |
download | regularization-ccd3f70b3b4a8d49569f2c089887d9ad038f1d71.tar.gz regularization-ccd3f70b3b4a8d49569f2c089887d9ad038f1d71.tar.bz2 regularization-ccd3f70b3b4a8d49569f2c089887d9ad038f1d71.tar.xz regularization-ccd3f70b3b4a8d49569f2c089887d9ad038f1d71.zip |
update numpy versions
-rw-r--r-- | recipe/conda_build_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index fbe82dc..55ceeaf 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -4,6 +4,7 @@ python: - 3.6 # - 3.7 numpy: + - 1.11 - 1.12 - 1.14 - 1.15 |