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