forked from BCG-X-Official/facet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
36 lines (36 loc) · 873 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
name: facet-develop
channels:
- conda-forge
- bcg_gamma
dependencies:
# run
- gamma-pytools ~= 2.1
- joblib ~= 1.2
- lightgbm ~= 3.3
- matplotlib ~= 3.7
- numpy ~= 1.24
- pandas ~= 2.0
- python ~= 3.9
- scikit-learn ~= 1.2.0
- scipy ~= 1.10
- shap ~= 0.41
- sklearndf ~= 2.2
- typing_extensions ~= 4.3
# additional packages for notebooks etc.
- pip ~= 23.0
- pip:
- arfs ~= 1.1
# test
- pytest ~= 7.2.1
- pytest-cov ~= 2.12.1
# sphinx
- nbsphinx ~= 0.8.9
- sphinx ~= 4.5.0
- sphinx-autodoc-typehints ~= 1.19.2
- pydata-sphinx-theme ~= 0.8.1
# notebooks
- ipywidgets ~= 8.0
- jupyterlab ~= 3.5
- openpyxl ~= 3.0
- seaborn ~= 0.12
- tableone ~= 0.7