diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-24 12:14:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 12:14:08 +0100 |
commit | dc6feb51d3f9f7a884ed0e5695889b93335e64de (patch) | |
tree | 7cbd9da0a7fe0df475ce2121acef9612cbb6e3dc | |
parent | 57229985e3576db6a714d7e4a35aec4f47120e1b (diff) | |
parent | 142b264d3797bd87d138ce1bc1aa08cb49f79b16 (diff) | |
download | regularization-dc6feb51d3f9f7a884ed0e5695889b93335e64de.tar.gz regularization-dc6feb51d3f9f7a884ed0e5695889b93335e64de.tar.bz2 regularization-dc6feb51d3f9f7a884ed0e5695889b93335e64de.tar.xz regularization-dc6feb51d3f9f7a884ed0e5695889b93335e64de.zip |
Merge pull request #126 from vais-ral/numpy_version_update
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 |