dmipy icon indicating copy to clipboard operation
dmipy copied to clipboard

M2 Mac distribtuion

Open mrgrist opened this issue 11 months ago • 5 comments

Hi there,

The numpy and scipy versions needed for DMIPY are incompatible for an M2 Mac - are there plans to update the numpy / scipy versions to later releases?

mrgrist avatar Jul 25 '23 19:07 mrgrist

I have a similar issue, and would be willing to help update the code if needed

36000 avatar Aug 15 '23 17:08 36000

Is there any progress for this?

sungoku avatar Dec 18 '23 01:12 sungoku

There was an issue raised by @matteofrigo a while back about the optimisers for SciPy >1.4. @matteofrigo are you able to expand on the behaviour you saw?

mrgrist avatar Dec 19 '23 11:12 mrgrist

I have tried compiling with a later version of scipy & fit a data set for NODDI. The results seem ok, but there are a load of numba depreciation warnings. @matteofrigo is this what you saw? Or was it something else? @rutgerfick any thoughts?

mrgrist avatar Jan 23 '24 21:01 mrgrist

Ok I have done a benchmarking vs a stable release on an M1 computer.

Average time per voxel on M2 (latest version of scipy) is 1.3s, average time per voxel on M1 (recommended version of scipy) is 0.05s.

This is going to be a problem..

mrgrist avatar Jan 26 '24 06:01 mrgrist