forked from StephenSmith25/condaexample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
condatest-developer-osx.yml
54 lines (52 loc) · 1.29 KB
/
condatest-developer-osx.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
54
name: condatest-developer
channels:
- conda-forge
- DLR-SC
dependencies:
- python=3.8
- cmake=3.19.7
- texlive-core=20180414
- doxygen=1.9.1
- tbb=2020.2
- tbb-devel=2020.2
- boost-cpp=1.72.0
- boost=1.72.0 #
- poco=1.10.1
- nexus=4.4.3
- hdf5=1.10.6
- jemalloc=5.2.1
- gsl=2.6
- jsoncpp=1.9.4
- ninja=1.10.2
- librdkafka=1.6.0 # Not working on windows
- eigen=3.3.9
- opencascade=7.4.0
- zlib=1.2.11
- muparser=2.3.2
- qt
# Python Packages:
- setuptools=48.0.0
- qtwebkit
- qscintilla2
- pyqt # Has to be conda, not pip, installed to ensure that the sip packages are availiable in the share/sip/PyQt5 directory
- qtpy
- qtconsole
- 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.