source: install/g2pkg/meta.yaml @ 4739

Last change on this file since 4739 was 4703, checked in by toby, 3 years ago

gsas2pkg cannot be noarch

File size: 629 bytes
Line 
1package: 
2  name: gsas2pkg
3  version: "2.2.0"
4
5source:
6  path: ./src
7
8about:
9  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
10
11build:
12  number: 0
13#  noarch: python # incompatible with platform conditionality
14# see https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#architecture-independent-packages
15
16requirements:
17  run:
18    - python>=3.7
19    - conda
20    - numpy
21    - scipy
22    - matplotlib>=3.3
23    - pillow
24    - pyopengl
25    - wxpython>=4.0
26    - svn
27    - hdf5
28    - h5py
29    - imageio
30    - pywin32                              [win]
31    - python.app                           [osx]
Note: See TracBrowser for help on using the repository browser.