Browse Source

Another attempt at a windows recipe

main
Bill Ladwig 8 years ago
parent
commit
89f4d1737e
  1. 8
      conda_recipe/meta.yaml

8
conda_recipe/meta.yaml

@ -17,16 +17,16 @@ requirements:
build: build:
- numpy x.x - numpy x.x
- wrapt - wrapt
- mingw # [win] - m2w64-toolchain # [win]
- gcc # [unix] - gcc # [unix]
- libgcc # [unix]
- python - python
- libgcc
run: run:
- numpy x.x - numpy x.x
- python - python
- wrapt - wrapt
- mingw # [win] - m2w64-toolchain # [win]
- libgcc # [unix] - libgcc # [unix]
- xarray - xarray

Loading…
Cancel
Save