diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-24 11:03:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 11:03:02 +0100 |
commit | 142b264d3797bd87d138ce1bc1aa08cb49f79b16 (patch) | |
tree | 7cbd9da0a7fe0df475ce2121acef9612cbb6e3dc | |
parent | 57229985e3576db6a714d7e4a35aec4f47120e1b (diff) | |
download | regularization-142b264d3797bd87d138ce1bc1aa08cb49f79b16.tar.gz regularization-142b264d3797bd87d138ce1bc1aa08cb49f79b16.tar.bz2 regularization-142b264d3797bd87d138ce1bc1aa08cb49f79b16.tar.xz regularization-142b264d3797bd87d138ce1bc1aa08cb49f79b16.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 |