You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[[source]]
							 | 
						||
| 
								 | 
							
								url = "https://pypi.org/simple"
							 | 
						||
| 
								 | 
							
								verify_ssl = true
							 | 
						||
| 
								 | 
							
								name = "pypi"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[packages]
							 | 
						||
| 
								 | 
							
								numpy = "1.22.3"
							 | 
						||
| 
								 | 
							
								pandas = "1.4.2"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dev-packages]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[requires]
							 | 
						||
| 
								 | 
							
								python_version = "*"
							 |