mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-01 00:28:11 +08:00 
			
		
		
		
	Use CMake <4.1 to avoid the nvpl error (#2489)
This commit is contained in:
		 Angelos Katharopoulos
					Angelos Katharopoulos
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							7fde1b6a1e
						
					
				
				
					commit
					8ae4a76308
				
			| @@ -2,6 +2,6 @@ | ||||
| requires = [ | ||||
|   "setuptools>=80", | ||||
|   "nanobind==2.4.0", | ||||
|   "cmake>=3.25", | ||||
|   "cmake>=3.25,<4.1", | ||||
| ] | ||||
| build-backend = "setuptools.build_meta" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user