DingWB / PyComplexHeatmap

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

Installation failure with Python 3.12 #96

Closed wwang-chcn closed 2 weeks ago

wwang-chcn commented 2 weeks ago

Describe the bug Installation failure with Python 3.12 using pip install PyComplexHeatmap

The dependency package fastcluster does not support Python 3.12 or newer and has not been maintained for 2 years. (https://github.com/fastcluster/fastcluster/issues/92) Would you like to remove it and switch to other clustering method?

DingWB commented 2 weeks ago

OK, I will remove it from the default requirements.

DingWB commented 2 weeks ago

It has already been removed. Can you reinstall it from Github and test it?

wwang-chcn commented 2 weeks ago

It works, thank you so much.

DingWB commented 2 weeks ago

I just released a new version. Can you help me test this new version (1.7.9)?

wwang-chcn commented 2 weeks ago

It works. Good job!