summaryrefslogtreecommitdiffstats
path: root/recipe/conda_build_config.yaml
blob: fbe82dc1f7d874866ac496a0c94c85024697e5ad (plain)
1
2
3
4
5
6
7
8
9
python:
  - 2.7 # [not win]
  - 3.5
  - 3.6
#  - 3.7
numpy:
  - 1.12
  - 1.14
  - 1.15