mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # build version constraints for use with wheelwright + multibuild
 | |
| numpy==1.15.0; python_version<='3.7' and platform_machine!='aarch64'
 | |
| numpy==1.19.2; python_version<='3.7' and platform_machine=='aarch64'
 | |
| numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
 | |
| numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
 | |
| numpy==1.19.3; python_version=='3.9'
 | |
| numpy==1.21.3; python_version=='3.10'
 | |
| numpy; python_version>='3.11'
 |