This commit is contained in:
Moxerchen 2025-08-11 23:01:37 +08:00
commit 0e80762474
5 changed files with 1291 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.13.5

0
README.md Normal file
View File

23
pyproject.toml Normal file
View File

@ -0,0 +1,23 @@
[project]
name = "stgcn-torch-promax-v1.1"
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",
]

1257
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff