Metadata-Version: 2.0
Name: scipy-stack
Version: 0.0.3
Summary: Helper package to install the scipy stack
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
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

This package is unofficial and contains no code. running 'pip install scipy-stack' will
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; the rest of the stack should
install correctly. Workaround: Download and install Numpy+MKL and Scipy wheels from
Chris Gohlke's site: http://www.lfd.uci.edu/~gohlke/pythonlibs/, then install scipy-stack.

