source: sasview/build_tools/conda_qt5_win.yml @ 02644cb

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

Setting version to 4.9 to avoid qtconsole bug
github.com/jupyter/qtconsole/issues/318
SASVIEW-1249

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