h5pyd icon indicating copy to clipboard operation
h5pyd copied to clipboard

numpy.product() depreciated

Open harzer99 opened this issue 5 months ago • 0 comments

I am using h5pyd version 0.18.0, which does not seem to enforce a numpy 1.xx version. (I saw there was a past issue discussing this).

It will crash because numpy.product() is depreciated. Afaik it got changed to numpy.prod()

Manually downgrading to a nympy 1.xx version is my current workaround.

harzer99 avatar Sep 13 '24 09:09 harzer99