idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
100 stars 47 forks source link

Installation fails with modern versions of numpy #49

Closed profPlum closed 3 months ago

profPlum commented 3 months ago

Hi this isn't indicated in your prerequisites where you say you support numpy>=1.15.0. In fact modern versions of numpy such as numpy==2.0.0 fail because you are using the deprecated np.int type (which was replace by the regular python int type).

Could you please either fix this issue so that the requirements are correct or update the requirements? Fixing the issue is preferable of course, because time moves forward inexorably.

P.S. I tested this with python version==3.11.0

EDIT: Ok I see that you guys fixed this bug but it isn't pushed to PyPi yet.

profPlum commented 3 months ago

I'm combining this with the existing issue.