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 0b0f844 + 4445d40 commit 6855259Copy full SHA for 6855259
patchworklib/patchworklib.py
@@ -25,7 +25,7 @@
25
try:
26
import patchworklib.modified_plotnine as mp9
27
import patchworklib.modified_grid as mg
28
- import seaborn as sns
+ import seaborn as sns
29
except Exception as e:
30
print(e)
31
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
]
24
PACKAGES = [
0 commit comments