summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-13 15:45:25 +0000
committerGitHub <noreply@github.com>2019-02-13 15:45:25 +0000
commit1942bbd0dca7eb37a85c7c40641643b1e1e51276 (patch)
tree3b8cdb708fd51157953585248d853142adf268c3 /Wrappers/Python
parentbc475e38fef30aa19bdfe6f04e81c30cd3c9c9b5 (diff)
downloadregularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.gz
regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.bz2
regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.tar.xz
regularization-1942bbd0dca7eb37a85c7c40641643b1e1e51276.zip
UPDATE: python 3.7
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/conda-recipe/conda_build_config.yaml1
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