source: install/g2pkg/meta.yaml @ 4477

Last change on this file since 4477 was 4477, checked in by toby, 5 years ago

update new version of g2conda: 3.7+, mpl 3.0 or 3.3; sync up bootstrap.py versions

File size: 522 bytes
RevLine 
[2171]1package: 
[3404]2  name: gsas2pkg
[4477]3  version: "1.1.0"  # remember to change in g2conda/construct.yaml to match this
[2171]4
[2410]5source:
6  path: ./src
[2171]7
8about:
9  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
[3404]10
[4477]11build:
12  noarch: python
[3404]13
14requirements:
15  run:
[4477]16    - python>=3.7
[3404]17    - conda
[4477]18    - numpy>=1.18
[3404]19    - scipy
[4477]20    - matplotlib=3.0,>=3.3
[3404]21    - pillow
22    - pyopengl
[4477]23    - wxpython>=4.0
[3404]24    - svn
25    - hdf5
26    - h5py
[3407]27    - imageio
[3404]28    - pywin32                              [win]
[3407]29    - python.app                           [osx]
[3404]30
Note: See TracBrowser for help on using the repository browser.