diff options
author | vais-ral <rlcr8@stfc.ac.uk> | 2019-02-18 18:23:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 18:23:21 +0000 |
commit | 8f2e86726669b9dadb3c788e0ea681d397a2eeb7 (patch) | |
tree | 7a1185087d26b084db4d145de53fcbb722a61c88 /Wrappers/Python | |
parent | e0ec6084fdd38de8d4984280eb9019f74f94d930 (diff) | |
download | regularization-8f2e86726669b9dadb3c788e0ea681d397a2eeb7.tar.gz regularization-8f2e86726669b9dadb3c788e0ea681d397a2eeb7.tar.bz2 regularization-8f2e86726669b9dadb3c788e0ea681d397a2eeb7.tar.xz regularization-8f2e86726669b9dadb3c788e0ea681d397a2eeb7.zip |
removed python 3.7, seems not to be compatible yet
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index d6a3915..fbe82dc 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -2,7 +2,7 @@ python: - 2.7 # [not win] - 3.5 - 3.6 - - 3.7 +# - 3.7 numpy: - 1.12 - 1.14 |