Skip to content

Commit f740d87

Browse files
committed
Update environment specs
1 parent 6fc827b commit f740d87

File tree

2 files changed

+308
-170
lines changed

2 files changed

+308
-170
lines changed

environment.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@ name: python_for_machine_learning
22
channels:
33
- conda-forge
44
dependencies:
5+
- tensorflow
56
- keras
6-
- scikit-learn
7-
- pandas
87
- jupyterlab
9-
- nodejs
108
- matplotlib
11-
- seaborn
12-
- holoviews
13-
- ipywidgets
14-
- lime
9+
- scipy
1510
- ca-certificates
1611
- certifi
1712
- openssl
18-
prefix: /home/gjb/mambaforge/envs/python_for_machine_learning
13+
- seaborn
14+
- scikit-learn
15+
- holoviews
16+
- lime
17+
- hyperopt
18+
- bayesian-optimization
19+
- gplearn
20+
prefix: /home/gjb/mambaforge/envs/tensorflow

0 commit comments

Comments
 (0)