Skip to content

Commit 6313660

Browse files
committed
fix(binder): 바인더 빌드용 책 전용 의존성 분리
1 parent a2a9539 commit 6313660

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

binder/apt.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
graphviz

binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-r ../requirements-book.txt

requirements-book.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
jupyter-book>=2.0.0
33
numpy
44
pandas
5+
scipy
56
matplotlib
67
seaborn
78
scikit-learn
89
statsmodels
10+
graphviz

0 commit comments

Comments
 (0)