source: sasview/build_tools/conda_qt5_win.yml @ acd0591d

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since acd0591d was 4fd19be, checked in by Torin Cooper-Bennun <torin.cooper-bennun@…>, 6 years ago

windows yml: ensure python 3 is always installed

  • Property mode set to 100644
File size: 319 bytes
Line 
1name: qt5_win
2channels:
3  - conda-forge
4dependencies:
5 - python=3
6 - matplotlib==2.1.0
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 - pyopencl
20 - pip:
21   - pytools
22   - periodictable
23   - bumps
24   - xhtml2pdf
25   - qt5reactor
26   - tinycc
27
Note: See TracBrowser for help on using the repository browser.