We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bd62a0 + 52f79ef commit 4445d40Copy full SHA for 4445d40
patchworklib/patchworklib.py
@@ -24,7 +24,7 @@
24
try:
25
import patchworklib.modified_plotnine as mp9
26
import patchworklib.modified_grid as mg
27
- import seaborn as sns
+ import seaborn as sns
28
except Exception as e:
29
print(e)
30
setup.py
@@ -17,7 +17,9 @@
17
'matplotlib>=3.4',
18
'pandas>=0.24',
19
'numpy>=1.16',
20
- 'dill'
+ 'dill',
21
+ 'seaborn',
22
+ 'plotnine',
23
]
PACKAGES = [
0 commit comments