2025-08-11 23:01:37 +08:00
|
|
|
[project]
|
2025-08-11 23:02:32 +08:00
|
|
|
name = "lmt-stgcn"
|
2025-08-11 23:01:37 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13.5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"numpy>=2.3.1",
|
|
|
|
|
"pandas>=2.3.1",
|
|
|
|
|
"scipy>=1.16.0",
|
|
|
|
|
"tensorboard>=2.20.0",
|
|
|
|
|
"torch>=2.7.1",
|
|
|
|
|
"torch-geometric>=2.6.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
|
|
|
|
"jedi-language-server>=0.45.1",
|
|
|
|
|
"python-lsp-server>=1.13.0",
|
|
|
|
|
"ruff>=0.12.5",
|
|
|
|
|
"ty>=0.0.1a16",
|
|
|
|
|
]
|
|
|
|
|
|