summaryrefslogtreecommitdiffstats
path: root/recipe/conda_build_config.yaml
blob: e5e168bc3cfacf0e0dc289d61e1075389a9d1aba (plain)
1
2
3
4
5
6
7
8
9
10
python:
  - 2.7 # [not win]
  - 3.5
  - 3.6
numpy:
  # TODO investigage, as it doesn't currently build with cvxp, requires >1.14
  - 1.11
  - 1.12
  - 1.14
  - 1.15