Skip to content

Commit 6855259

Browse files
Hideto MoriHideto Mori
Hideto Mori
authored and
Hideto Mori
committed
Merge branch 'main' of github.com:ponnhide/patchworklib
2 parents 0b0f844 + 4445d40 commit 6855259

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

patchworklib/patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
try:
2626
import patchworklib.modified_plotnine as mp9
2727
import patchworklib.modified_grid as mg
28-
import seaborn as sns
28+
import seaborn as sns
2929
except Exception as e:
3030
print(e)
3131

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)