20 lines
		
	
	
		
			247 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			247 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| numpy = "*"
 | |
| scipy = "*"
 | |
| matplotlib = "*"
 | |
| ipython = "*"
 | |
| ppigrf = "*"
 | |
| ipykernel = "*"
 | |
| ipympl = "*"
 | |
| astropy = "*"
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [requires]
 | |
| python_version = "*"
 |