source: sasview/build_tools/conda_qt5_min_centos.yml @ 0930e22

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since 0930e22 was 0930e22, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Setting version to 4.9 to avoid qtconsole bug

  • Property mode set to 100644
File size: 368 bytes
Line 
1name: qt5_centos
2channels:
3  - conda-forge
4dependencies:
5 - matplotlib=2
6 - scipy
7 - hdf5
8 - h5py
9 - ipython=6
10 - ipykernel=4.9
11 - jupyter
12 - twisted
13 - lxml
14 - sphinx
15 - cython
16 - pytest
17 - mako
18 - pyinstaller
19 - testpath=0.3.1
20# GPU not set for Centos build system
21# - pyopencl
22 - pip:
23   - pytools
24   - periodictable
25   - bumps
26   - xhtml2pdf
27   - qt5reactor
28
Note: See TracBrowser for help on using the repository browser.