source:
install/g2pkg/meta.yaml
Last change on this file was 5440, checked in by toby, 5 months ago | |
---|---|
File size: 586 bytes |
Rev | Line | |
---|---|---|
[2171] | 1 | package: |
[3404] | 2 | name: gsas2pkg |
[5440] | 3 | version: "3.0.0" |
[2171] | 4 | |
[2410] | 5 | source: |
6 | path: ./src | |
[2171] | 7 | |
8 | about: | |
9 | home: https://subversion.xray.aps.anl.gov/trac/pyGSAS | |
[3404] | 10 | |
[4477] | 11 | build: |
[4703] | 12 | number: 0 |
[5440] | 13 | # noarch: python |
[4703] | 14 | # see https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#architecture-independent-packages |
[3404] | 15 | |
16 | requirements: | |
17 | run: | |
[4477] | 18 | - python>=3.7 |
[3404] | 19 | - conda |
[4696] | 20 | - numpy |
[3404] | 21 | - scipy |
[4696] | 22 | - matplotlib>=3.3 |
[3404] | 23 | - pillow |
24 | - pyopengl | |
[4477] | 25 | - wxpython>=4.0 |
[5440] | 26 | # - svn |
[3404] | 27 | - hdf5 |
28 | - h5py | |
[3407] | 29 | - imageio |
[3404] | 30 | - pywin32 [win] |
[3407] | 31 | - python.app [osx] |
Note: See TracBrowser
for help on using the repository browser.