diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-13 15:45:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 15:45:25 +0000 |
commit | 1942bbd0dca7eb37a85c7c40641643b1e1e51276 (patch) | |
tree | 3b8cdb708fd51157953585248d853142adf268c3 | |
parent | bc475e38fef30aa19bdfe6f04e81c30cd3c9c9b5 (diff) | |
download | regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.gz regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.bz2 regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.xz regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.zip |
UPDATE: python 3.7
-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 d5fea08..d6a3915 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -2,6 +2,7 @@ python: - 2.7 # [not win] - 3.5 - 3.6 + - 3.7 numpy: - 1.12 - 1.14 |