Skip to content

Commit 10dcb42

Browse files
committed
#1 only install minimal amount of requirements, go through notebooks step by step
1 parent dceb615 commit 10dcb42

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

environment.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: ds_tutorial
22
dependencies:
3-
- numpy
43
- pandas
5-
- matplotlib
6-
- scikit-learn
7-
- seaborn
8-
- jupyter
9-
- pandas-datareader
10-
- pillow
11-
- cython
12-
# - cudnn
13-
- opencv
14-
- lxml
15-
- beautifulsoup4
16-
- pip
17-
- tensorflow
18-
- keras
19-
- tqdm
20-
- xgboost
21-
- lightgbm
22-
- spacy
4+
# - numpy
5+
# - matplotlib
6+
# - scikit-learn
7+
# - seaborn
8+
# - jupyter
9+
# - pandas-datareader
10+
# - pillow
11+
# - cython
12+
# # - cudnn
13+
# - opencv
14+
# - lxml
15+
# - beautifulsoup4
16+
# - pip
17+
# - tensorflow
18+
# - keras
19+
# - tqdm
20+
# - xgboost
21+
# - lightgbm
22+
# - spacy

0 commit comments

Comments
 (0)