Description
The script that we used to install tvb on anaconda has some issues.
Tvb's dependencies seem to be contradictory and conda refuses to install them.
We want numpy==1.8 and matplotlib==1.2.1 but
matplotlib==1.2.1 requires numpy==1.7
Similar issue with pytables==3.0 requires numpy==1.7
matplotlib==1.3.1 and pytables==3.1 are the smallest updates that satisfy the dependencies.
We could update these and test to see if tvb works with them.