Metadata-Version: 2.0
Name: scipy-stack
Version: 0.0.4
Summary: Helper to install the SciPy stack
Home-page: UNKNOWN
Author: David O'Connor
Author-email: david.alan.oconnor@gmail.com
License: Apache 2.0
Keywords: scipy-stack,scipy,numpy,pandas,jupyter
Platform: UNKNOWN
Requires-Dist: jupyter (>=1.0.0)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: nose (>=1.3.7)
Requires-Dist: numpy (>=1.13.1)
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: scipy (>=0.19.1)
Requires-Dist: sympy (>=1.1.1)

SciPy Stack download helper
===========================

This package simply has the packages that are part of the SciPy stack as dependencies, defined
here: https://www.scipy.org/stackspec.html . It is unofficial and contains no code. Run 'pip install 
scipy-stack' to install all official scipy-stack packages, if your system is able to compile them. Note that 
this will install the non-MKL version of numpy. 

Windows users may have trouble installing
SciPy using this package due to the absense of an official wheel; the rest of the stack should
install correctly. Workaround: Download and install Numpy+MKL and SciPy wheels (The former is a prereq
for the latter.) from Chris Gohlke's site: http://www.lfd.uci.edu/~gohlke/pythonlibs/, then install scipy-stack.

