Changeset 99ed727 in sasview for build_tools/conda_qt5_min_osx.yml


Ignore:
Timestamp:
Feb 4, 2019 12:06:13 AM (5 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
135638b
Parents:
56dd23c
Message:

OSX yml with explicit numbering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda_qt5_min_osx.yml

    rb53f529 r99ed727  
    33  - conda-forge 
    44dependencies: 
    5  - matplotlib=2 
    6  - numpy=1.15 
    7  - scipy 
    8  - hdf5 
    9  - h5py 
     5 - matplotlib=2.2.2 
     6 - scipy=1.1.0 
     7 - hdf5=1.10.1 
     8 - h5py=2.8.0 
    109 - ipython=6 
    1110 - ipykernel=4.9 
    1211 - jupyter 
    13  - twisted 
    14  - lxml 
    15  - sphinx 
    16  - cython 
     12 - twisted=18.4.0 
     13 - lxml=4.2.1 
     14 - sphinx=1.7.4 
     15 - cython=0.28.3 
    1716 - pytest 
    18  - mako 
     17 - mako=1.0.7 
    1918 - pyinstaller=3.3.1 
    20  - pyopencl 
     19 - pyqt>=5.9 # required for GTK themes to work correctly 
    2120 - testpath=0.3.1 
    22  - numpy=1.15 
     21 - numpy=1.14.3  # NEED TO DOWNGRADE NUMPY!!! 
     22 - pyopencl=2018.1.1 
    2323 - pip: 
    24    - pytools  
    25    - periodictable  
    26    - bumps  
    27    - xhtml2pdf  
    28    - qt5reactor 
     24   - pytools==2018.4 
     25   - periodictable==1.5.0 
     26   - bumps==0.7.8 
     27   - xhtml2pdf==0.2.2 
     28   - qt5reactor==0.5 
    2929 
Note: See TracChangeset for help on using the changeset viewer.