Changeset 4477 for install/g2pkg/meta.yaml
- Timestamp:
- Jun 9, 2020 12:32:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2pkg/meta.yaml
r3431 r4477 1 1 package: 2 2 name: gsas2pkg 3 version: "1. 0.6" # remember to change in g2conda/construct.yaml to match this3 version: "1.1.0" # remember to change in g2conda/construct.yaml to match this 4 4 5 5 source: … … 9 9 home: https://subversion.xray.aps.anl.gov/trac/pyGSAS 10 10 11 #build:12 #noarch: python11 build: 12 noarch: python 13 13 14 14 requirements: 15 15 run: 16 - python 16 - python>=3.7 17 17 - conda 18 - numpy 18 - numpy>=1.18 19 19 - scipy 20 - matplotlib 20 - matplotlib=3.0,>=3.3 21 21 - pillow 22 22 - pyopengl 23 - wxpython 23 - wxpython>=4.0 24 24 - svn 25 25 - hdf5
Note: See TracChangeset
for help on using the changeset viewer.