DingWB / PyComplexHeatmap

PyComplexHeatmap: A Python package to plot complex heatmap (clustermap)
https://dingwb.github.io/PyComplexHeatmap/
MIT License
257 stars 28 forks source link

Include seaborn dependency (currently missing) #15

Closed firefly-cpp closed 1 year ago

firefly-cpp commented 1 year ago

@DingWB, seaborn dependency is not present in the pyproject file. Hence, this PR adds seaborn to the list.

DingWB commented 1 year ago

Thank you for your pull request. But seaborn is not the dependency of this package. You don't need seaborn to run PyComplexHeatmap.

firefly-cpp commented 1 year ago

You are calling it here: https://github.com/DingWB/PyComplexHeatmap/blob/5943524229588e08af3feb9adce3cbf75e221815/PyComplexHeatmap/tools.py

By the way, it was failing on the clean chroot due to the missing seaborn dependency.