source: sasview/build_tools/conda_qt5_min_osx.yml @ 135638b

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since 135638b was 99ed727, checked in by wojciech, 5 years ago

OSX yml with explicit numbering

  • Property mode set to 100644
File size: 528 bytes
Line 
1name: qt5_osx
2channels:
3  - conda-forge
4dependencies:
5 - matplotlib=2.2.2
6 - scipy=1.1.0
7 - hdf5=1.10.1
8 - h5py=2.8.0
9 - ipython=6
10 - ipykernel=4.9
11 - jupyter
12 - twisted=18.4.0
13 - lxml=4.2.1
14 - sphinx=1.7.4
15 - cython=0.28.3
16 - pytest
17 - mako=1.0.7
18 - pyinstaller=3.3.1
19 - pyqt>=5.9 # required for GTK themes to work correctly
20 - testpath=0.3.1
21 - numpy=1.14.3  # NEED TO DOWNGRADE NUMPY!!!
22 - pyopencl=2018.1.1
23 - pip:
24   - pytools==2018.4
25   - periodictable==1.5.0
26   - bumps==0.7.8
27   - xhtml2pdf==0.2.2
28   - qt5reactor==0.5
29
Note: See TracBrowser for help on using the repository browser.