diff options
-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 |