Closed 988158 closed 2 weeks ago
Recent CI run succeeded with numpy 2.1.2 (see logs). Can you test with the main
branch version of fastparquet? Perhaps it just needs a release.
I think was fixed in 36ed695c41882b82aa239d4b21d44506f6c65260
Hey Martin, thank you so much for replying! The issue is gone after trying the latest version.
Describe the issue: I got an error when I'm using fastqarquet in my project:
I am using fastparquet version 2024.5.0 and numpy version 2.1.2.
I tried to downgrade the numpy version to 1.26.4, but it broke other parts of the code.
I temporarily fixed this issue by manually going into my local fastparquet folder in my virutal environment and replace the np.float_ with np.float64.
But I am not sure if there's a better way of solving this issue
Thanks in advance!
Environment: