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

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

more work on g2complete

  • Property svn:executable set to *
File size: 484 bytes
Line 
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:
13    - python>=3.8
14    - conda
15    - numpy=1.19     # note hard coded in bld.bat and build.sh
16    - scipy
17    - matplotlib>=3.3
18    - pillow
19    - pyopengl
20    - wxpython<4.1
21    - svn
22    - hdf5
23    - h5py
24    - imageio
25    - pywin32                              [win]
26    - python.app                           [osx]
Note: See TracBrowser for help on using the repository browser.