Changeset 4710 for install/g2complete


Ignore:
Timestamp:
Jan 4, 2021 12:50:48 PM (3 years ago)
Author:
toby
Message:

set package versions from conda versions

Location:
install/g2complete
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/meta.yaml.template

    r4707 r4710  
    1111requirements:
    1212  run:
    13     - python>=3.8
     13    - python=**pyversion**
     14    - numpy=**npversion**
     15    - matplotlib=**mplversion**
     16    - wxpython=**wxversion**
    1417    - conda
    15     - numpy=1.19     # note hard coded in bld.bat and build.sh
    1618    - scipy
    17     - matplotlib>=3.3
    1819    - pillow
    1920    - pyopengl
    20     - wxpython<4.1
    2121    - svn
    2222    - hdf5
Note: See TracChangeset for help on using the changeset viewer.