sawcordwell / pymdptoolbox

Markov Decision Process (MDP) Toolbox for Python
BSD 3-Clause "New" or "Revised" License
518 stars 252 forks source link

Numpy Version #16

Open musicarroll opened 8 years ago

musicarroll commented 8 years ago

Just downloaded Anaconda and installed mdptoolbox. However, import failed due to API of mdptoolbox having been compiled against API version 9 of numpy and Anaconda has version 7 of numpy. Recommendation?