Metadata-Version: 2.1
Name: ctclustering
Version: 0.1.0
Summary: A Python package for CTClustering
Author-email: Psygoal <liuxuyang@mail.nankai.edu.cn>
License: MIT
Project-URL: Homepage, https://github.com/Psygoal/CTClustering
Project-URL: Bug Tracker, https://github.com/Psygoal/CTClustering/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy<2.0.0,>=1.22.4
Requires-Dist: scipy>=1.10.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: tensorflow<2.16.0,>=2.11.0
Requires-Dist: tensorflow-probability<0.24.0,>=0.17.0
Requires-Dist: igraph<0.12.0,>=0.11.8

# CTClustering

A Python package for CTClustering algorithm.

## Installation

You can install this package easily using pip:

```bash
pip install ctclustering
```
