source: install/g2full/construct.yaml.template @ 4640

Last change on this file since 4640 was 4442, checked in by toby, 4 years ago

better atom selection; try to fix packaging bug

  • Property svn:executable set to *
File size: 804 bytes
Line 
1name: gsas2full
2version: **Version**
3install_in_dependency_order: True
4
5channels:
6  - http://repo.continuum.io/pkgs/main/
7
8specs:
9    - python>=3.7
10    - conda
11    - numpy>=1.18
12    - scipy
13    - matplotlib=3.0
14    - pillow
15    - pyopengl
16    - wxpython>=4.0
17    - svn
18    - hdf5
19    - h5py
20    - imageio
21    - pywin32                              [win]
22    - python.app                           [osx]
23    - pytz
24    - pyparsing
25    - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win]
26    - ~/builds/osx-64\gsas2complete-**Version**-0.tar.bz2 [osx]
27
28#exclude:
29#  - qt                               [not osx]
30#  - pyqt                             [not osx]
31#  - sip                              [not osx]
32
33license_file: EULA.txt
34
35welcome_image: gsas2-welcome.png
36icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.