summaryrefslogtreecommitdiffstats
path: root/python/conda/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r--python/conda/meta.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml
index 94ce12f..738489a 100644
--- a/python/conda/meta.yaml
+++ b/python/conda/meta.yaml
@@ -10,8 +10,8 @@ source:
build:
number: 0
script_env:
- - CC
- - CUDA_ROOT
+ - CC # [not win]
+ - CUDA_ROOT # [not win]
test:
imports:
@@ -24,6 +24,7 @@ test:
requirements:
build:
- python
+ - boost ==1.61 # [win]
- cython >=0.13
- nomkl # [not win]
- numpy