17 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[project]
							 | 
						||
| 
								 | 
							
								name = "python"
							 | 
						||
| 
								 | 
							
								version = "0.1.0"
							 | 
						||
| 
								 | 
							
								description = "Add your description here"
							 | 
						||
| 
								 | 
							
								readme = "README.md"
							 | 
						||
| 
								 | 
							
								requires-python = ">=3.12"
							 | 
						||
| 
								 | 
							
								dependencies = ["numpy>=2.2.6"]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dependency-groups]
							 | 
						||
| 
								 | 
							
								dev = ["ipython>=9.2.0", "ptpython>=3.0.30"]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[build-system]
							 | 
						||
| 
								 | 
							
								requires = ["hatchling"]
							 | 
						||
| 
								 | 
							
								build-backend = "hatchling.build"
							 | 
						||
| 
								 | 
							
								[tool.hatch.build.targets.wheel]
							 | 
						||
| 
								 | 
							
								packages = ["app"]
							 |