Closed fotakide closed 2 months ago
Hi @fotakide, thanks for the report. I have noticed the same thing in the last days. It is a problem in the zfpy dependency that is only compatible with Numpy < 2.0 for now (https://github.com/LLNL/zfp/issues/210). I will investigate if there is solution to not use the package as is it not strictly required for the widget operation of the Lexcube package. I will try to come with a fix this week, or otherwise put a requirement for Numpy 1 in the project.
Hi @fotakide, this has been fixed in the new version 0.4.18. I have removed zfpy for the core widget operation. Therefore, using Numpy 2 with Lexcube should be possible now.
Describe the bug Hello @msoechting , I am using lexcube frequently and it is a much-appreciated and excellent tool, thanks for your work! I am in the process of transition to NumPy 2.0.1 and I have an issue. For NumPy 1.26.4 it works just fine.
To Reproduce Steps to reproduce the behavior: Install lexcube 0.4.16 and numpy 2.0.1 in a Python 3.11 conda environment run:
import lexcube
This error occurs:Expected behavior To smoothly import lexcube.
Desktop (please complete the following information):
Best regards, Vangelis