-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
45 lines (39 loc) · 947 Bytes
/
environment.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
name: iirs-env
channels:
- defaults
- conda-forge
channel_priority: flexible
dependencies:
# python version compatible with Operon
- python=3.9
# install python distutils and build packages
- python-devtools
# other dependencies, installed via pip
- pip
- pip:
# utility modules
- numpy==1.20.3
- filelock==3.0.12
- scipy==1.6.3
- jax==0.2.13
- jaxlib==0.1.67
# regressor modules
- scikit-learn==0.24.2
- itea==1.1.0
# explainer modules (fixed versions due deprecation warnings of its dependences)
- shap==0.40.0
- sage-importance==0.0.4
- interpret==0.2.7
- lime==0.2.0.1
# iirsBenchmark testing
- pytest
- pytest-html
# post hoc analysis
- notebook
- nb_conda_kernels
- matplotlib==3.4.2
- seaborn==0.11.1
- pandas==1.1.0
- pyparsing==2.4.7
- sympy==1.9
- matplotlib-venn