add env
This commit is contained in:
commit
0e80762474
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Python-generated files
|
||||||
|
__pycache__/
|
||||||
|
*.py[oc]
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
wheels/
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
.venv
|
||||||
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.13.5
|
||||||
23
pyproject.toml
Normal file
23
pyproject.toml
Normal 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",
|
||||||
|
]
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user