Changeset 315caa2 in sasview for build_tools


Ignore:
Timestamp:
Feb 4, 2019 4:00:19 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
2e58a62
Parents:
135638b
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (02/04/19 03:59:23)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (02/04/19 04:00:19)
Message:

More defensive approach to minimum yaml specs. Now with last working
version numbers. SASVIEW-1250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda_qt5_win.yml

    r473a85a r315caa2  
    1 name: qt5_win 
    2 channels: 
    3   - conda-forge 
    4 dependencies: 
    5  - python=3 
    6  - matplotlib=2 
    7  - scipy 
    8  - hdf5 
    9  - h5py 
    10  - ipython=6 
    11  - ipykernel=4.9 
    12  - jupyter 
    13  - twisted 
    14  - lxml 
    15  - sphinx 
    16  - cython 
    17  - pytest 
    18  - mako 
     1- python=3 
     2 - matplotlib=2.2.3 
     3 - scipy=1.2.0 
     4 - hdf5=1.10.4 
     5 - h5py=2.9.0 
     6 - ipython=6.5.0 
     7 - ipykernel=4.9.0 
     8 - jupyter=1.0.0 
     9 - twisted=18.9.0 
     10 - lxml=4.3.0 
     11 - sphinx=1.8.4 
     12 - cython=0.29.4 
     13 - pytest=4.2.0 
     14 - mako=1.0.7 
    1915 - pyinstaller=3.3.1 
    20  - pyopencl 
     16 - pyopencl=2018.2.2 
    2117 - testpath=0.3.1 
    2218 - pip: 
    23    - pytools  
    24    - periodictable  
    25    - bumps  
    26    - xhtml2pdf  
    27    - qt5reactor  
    28    - tinycc 
     19   - pytools=2019.1 
     20   - periodictable=1.5.0 
     21   - bumps=0.7.11 
     22   - xhtml2pdf=0.2.3 
     23   - qt5reactor=0.5 
     24   - tinycc=1.1 
    2925 
Note: See TracChangeset for help on using the changeset viewer.