Upgrade numpy version in Abaqus
I’m an Abaqus 6.14 user (for academic purposes). I code in Canopy which generates a 3D geometric stuff using a statistical approach. It is generated successfully in Canopy due to compatibility between numpy and matplotlib versions maintained by Canopy Editor Manager. In order to generate the same geometric stuff as of CAD stuff in Abaqus 6.14, I used to modify my code by adding path.append() command to call package from Python directory. In this case, Abaqus does warn me that matplotlib requires numpy 1.7.1, but Abaqus 6.14 runs numpy 1.6.2. By the way, I have copied all necessary files (i.e., matplotlib, dateutil, etc) except numpy from Python 2.7.15 site-packages folder to Abaqus SMApy\\Lib\\site-packages folder. When I simply copy and paste the compatible version of numpy with matplotlib in Abaqus site-packages folder, Abaqus can not lauch anymore. Is there a way to upgrade numpy version from 1.6.2 to 1.7.1 in Abaqus 6.14? Or would you propose any other approach to lauch such statistically generated 3D stuff in Abaqus 6.14?
