diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-01-08 15:34:17 +0000 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-01-08 15:34:17 +0000 |
commit | ca5c4e281d0b103ebc544a096b5ac90dd74eb215 (patch) | |
tree | 13db18db3361e959646e197854915080cd51f7e6 | |
parent | 34ac7f67f2a3c2bb3055be2c30357e354df76ac1 (diff) | |
download | regularization-ca5c4e281d0b103ebc544a096b5ac90dd74eb215.tar.gz regularization-ca5c4e281d0b103ebc544a096b5ac90dd74eb215.tar.bz2 regularization-ca5c4e281d0b103ebc544a096b5ac90dd74eb215.tar.xz regularization-ca5c4e281d0b103ebc544a096b5ac90dd74eb215.zip |
ADD: variants
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml new file mode 100644 index 0000000..b7977f3 --- /dev/null +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -0,0 +1,7 @@ +python: + - 2.7 # [not win] + - 3.5 + - 3.6 +numpy: + - 1.12 + - 1.15 |