mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 18:48:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			133 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			133 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[build-system]
 | 
						|
requires = [
 | 
						|
  "setuptools>=80",
 | 
						|
  "nanobind==2.4.0",
 | 
						|
  "cmake>=3.25,<4.1",
 | 
						|
]
 | 
						|
build-backend = "setuptools.build_meta"
 |