Ignore:
Timestamp:
Feb 1, 2019 3:43:02 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:
8e76e49
Parents:
e9b115aa
Message:

Explicit dependencies for minimum installation. Fixes broken Ubuntu
builds and is the first attempt at SASVIEW-1250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda_qt5_min_ubuntu.yml

    r00fd278 ra22b77a  
    33 - conda-forge 
    44dependencies: 
    5  - matplotlib=2 
    6  - scipy 
    7  - hdf5 
    8  - h5py 
    9  - ipython 
     5 - matplotlib=2.2.2 
     6 - scipy=1.1.0 
     7 - hdf5=1.10.1 
     8 - h5py=2.8.0 
     9 - ipython=6 
    1010 - ipykernel=4.9 
    1111 - jupyter 
    12  - twisted 
    13  - lxml 
    14  - sphinx 
    15  - cython 
     12 - twisted=18.4.0 
     13 - lxml=4.2.1 
     14 - sphinx=1.7.4 
     15 - cython=0.28.3 
    1616 - pytest 
    17  - mako 
    18  - pyinstaller  
     17 - mako=1.0.7 
     18 - pyinstaller=3.3.1  
    1919 - pyqt>=5.9 # required for GTK themes to work correctly 
    2020 - testpath=0.3.1 
     21 - numpy=1.14.3  # NEED TO DOWNGRADE NUMPY!!! 
    2122# - pyopencl 
    2223# - pocl 
    2324 - pip: 
    24    - pytools  
    25    - periodictable  
    26    - bumps  
    27    - xhtml2pdf  
    28    - qt5reactor  
     25   - pytools==2018.4 
     26   - periodictable==1.5.0 
     27   - bumps==0.7.8 
     28   - xhtml2pdf==0.2.2 
     29   - qt5reactor==0.5 
Note: See TracChangeset for help on using the changeset viewer.