Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created October 4, 2012 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takluyver/3833499 to your computer and use it in GitHub Desktop.
Save takluyver/3833499 to your computer and use it in GitHub Desktop.
Scipy stack draft standard

Draft Scipy stack standard

This list is still under discussion; please don't take it as final.

  • Python (2.x >= 2.6 or 3.x >= 3.2)
  • Numpy (>= 1.6)
  • Scipy library (>= 0.10)
  • Matplotlib (>= 1.1)
    • dateutil
    • pytz
    • Support for at least one backend
  • IPython (>= 0.13)
    • pyzmq
    • tornado
  • pandas (>= 0.8)
  • Sympy (>= 0.7)
  • nose (>= 1.1)

Should we also include one or both of the HDF5 packages, h5py and PyTables? At the time of writing, h5py has 34 yes/28 abstain/16 no, and PyTables has 30/27/21.

Second-level bullet points indicate dependencies. Dependency versions are not specified, but they should be sufficient to support the relevant features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment