24 lines
		
	
	
		
			452 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			452 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
|  | [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", | ||
|  | ] | ||
|  | 
 |