Reputation: 763
Their versions are old in EPD.
I have tried pip,but it seems they are enclosed in EPD.
Is there a way to upgrade them?
Upvotes: 1
Views: 201
Reputation: 5360
You should be able to do type this command in a terminal:
enpkg numpy
enpkg scipy
enpkg
is the package manager for EPD. If you upgrade your EPD installation to the new Canopy Python distribution, you will find a UI for the package manager.
Upvotes: 5