source: install/g2complete/meta.yaml.template @ 5412

Last change on this file since 5412 was 5412, checked in by toby, 10 months ago

build changes for win/conda-forge

  • Property svn:executable set to *
File size: 507 bytes
RevLine 
[3910]1package:
2  name: gsas2complete
3  version: "**Version**"
4
5source:
6  path: ./src
7
8about:
9  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
10
11requirements:
12  run:
[4710]13    - python=**pyversion**
14    - numpy=**npversion**
15    - matplotlib=**mplversion**
16    - wxpython=**wxversion**
[3910]17    - conda
18    - scipy
19    - pillow
[5412]20    - requests
[3910]21    - pyopengl
[5412]22    - svn                                  [not win]
[3910]23    - hdf5
24    - h5py
25    - imageio
26    - pywin32                              [win]
[5412]27    - python.app                           [osx]
Note: See TracBrowser for help on using the repository browser.