forked from StephenSmith25/condaexample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
condatest-developer-win.yml
53 lines (51 loc) · 1.43 KB
/
condatest-developer-win.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: condatest-developer
channels:
- conda-forge
- DLR-SC
dependencies:
- python=3.8
- cmake=3.19.7
- doxygen=1.9.1
- tbb=2020.2 # For release
- tbb-devel=2020.2 # Required for building
- boost-cpp=1.72.0
- boost=1.72.0 # Include only boost-python and boost-numpy
- poco=1.10.1
- nexus=4.4.3 # Not working on windows
- hdf5=1.10.6
- gsl=2.6
- jsoncpp=1.9.4
- ninja=1.10.2
- graphviz=2.47.0
- librdkafka=1.6.0
- eigen=3.3.9
- opencascade=7.4.0
- zlib=1.2.11
- muparser=2.3.2
- qt=5.12.9
# Python Packages:
- setuptools=48.0.0
- qtwebkit=5.212
- qscintilla2=2.11.2 # Needs to be in conda, not pip due to C++ packages
- pyqt=5.12.3 # Has to be conda, not pip, installed to ensure that the sip packages are availiable in the share/sip/PyQt5 directory
- qtpy=1.9.0
- qtconsole=5.0.3
- numpy=1.20.2
- scipy=1.6.2
- sphinx=3.5.4
- pycifrw=4.4.1
- python-dateutil=2.8.1
- h5py=3.1.0
- psutil=5.8.0
- requests=2.25.1
- toml=0.10.2
- pyyaml=5.4.1
# Needed only for development
- pip=21.0.1
- pre-commit=2.12.0
- cppcheck=2.4.1
- cxxtest=4.4
# Using pip for python packages that aren't present in conda-forge or mantid packages for python 3.8
- pip:
- sphinx-bootstrap-theme==0.7.1
- matplotlib==3.1.3 # Pip used for package compatibility (Conda seems to have a broken dependancy list), otherwise a high version number is needed which doesn't work right now for workbench.