source: sasview/build_tools/conda_qt5_min_ubuntu.yml @ b38871e

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since b38871e was b38871e, checked in by trnielsen, 6 years ago

Setting matplotlib to be 2.x

matplotlib=2.1.0 does not work on all platforms. Let conda find the supported version in the 2.x series for each OS.

Changes to be committed:

modified: conda_qt5_min_centos.yml
modified: conda_qt5_min_ubuntu.yml
modified: conda_qt5_win.yml

  • Property mode set to 100644
File size: 358 bytes
Line 
1name: qt5_ubuntu
2channels:
3 - conda-forge
4dependencies:
5 - matplotlib=2
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 - pyqt>=5.9 # required for GTK themes to work correctly
19# - pyopencl
20# - pocl
21 - pip:
22   - pytools
23   - periodictable
24   - bumps
25   - xhtml2pdf
26   - qt5reactor
Note: See TracBrowser for help on using the repository browser.