pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

Replaced built-in six with external six module #132

Closed fonnesbeck closed 6 months ago

fonnesbeck commented 8 years ago

The version of six included in PyMC is quite old. This simply removes it and uses the current external package as a dependency.

Closes #131