Skip to content

Commit d2170d6

Browse files
committed
'[FIX] add needed requires'
1 parent 9bd62a0 commit d2170d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
'matplotlib>=3.4',
1818
'pandas>=0.24',
1919
'numpy>=1.16',
20-
'dill'
20+
'dill',
21+
'seaborn',
22+
'plotnine',
2123
]
2224

2325
PACKAGES = [

0 commit comments

Comments
 (0)