source: sasview/build_tools/conda_qt5_min_centos.yml @ 93db40b

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 93db40b was 93db40b, checked in by trnielsen, 6 years ago

Minimum centos yml file

Changes to be committed:

new file: conda_qt5_min_centos.yml

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