source: sasview/build_tools/conda_qt5_min_ubuntu.yml @ 858fcb76

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since 858fcb76 was 858fcb76, checked in by wojciech, 5 years ago

numpy downgraded for ubuntu

  • Property mode set to 100644
File size: 390 bytes
Line 
1name: qt5_ubuntu
2channels:
3 - conda-forge
4dependencies:
5 - matplotlib=2
6 - numpy=1.15
7 - scipy
8 - hdf5
9 - h5py
10 - ipython
11 - jupyter
12 - twisted
13 - lxml
14 - sphinx
15 - cython
16 - pytest
17 - mako
18 - pyinstaller
19 - pyqt>=5.9 # required for GTK themes to work correctly
20 - testpath=0.3.1
21# - pyopencl
22# - pocl
23 - pip:
24   - pytools
25   - periodictable
26   - bumps
27   - xhtml2pdf
28   - qt5reactor
Note: See TracBrowser for help on using the repository browser.