Metadata-Version: 2.0
Name: scipy-stack
Version: 0.0.2
Summary: Helper package to install the scipy stack
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Description-Content-Type: UNKNOWN
Keywords: scipy-stack,scipy,numpy
Platform: UNKNOWN
Requires-Dist: numpy (>=1.13.1)
Requires-Dist: scipy (>=0.19.1)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: jupyter (>=1.0.0)
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: sympy (>=1.1.1)
Requires-Dist: nose (>=1.3.7)

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, even with a C-compiler configured.

