Skip to content

Commit 4445d40

Browse files
authored
Merge pull request #44 from ruanstaffuzza/requires_update
Requires update
2 parents 9bd62a0 + 52f79ef commit 4445d40

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
@@ -24,7 +24,7 @@
2424
try:
2525
import patchworklib.modified_plotnine as mp9
2626
import patchworklib.modified_grid as mg
27-
import seaborn as sns
27+
import seaborn as sns
2828
except Exception as e:
2929
print(e)
3030

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)