mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[build-system]
 | 
						|
requires = [
 | 
						|
  "setuptools>=42",
 | 
						|
  "cmake>=3.25",
 | 
						|
  "mlx>=0.18.0",
 | 
						|
  "nanobind==2.4.0",
 | 
						|
]
 | 
						|
build-backend = "setuptools.build_meta"
 |