| [build-system] | |
| requires = ["setuptools>=68", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "dst-gnn" | |
| version = "0.1.0" | |
| description = "Manuscript-aligned DST-GNN analysis for temporal COSTE/SSS graphs." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| license = { text = "CC-BY-NC-4.0" } | |
| authors = [ | |
| { name = "Taobo Hu" }, | |
| { name = "Mengping Long" }, | |
| ] | |
| dependencies = [ | |
| "matplotlib>=3.8", | |
| "networkx>=3.0", | |
| "numpy>=1.24", | |
| "pandas>=2.0", | |
| "scikit-learn>=1.3", | |
| "torch>=2.2", | |
| "torch-geometric>=2.5", | |
| ] | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |