Hello,
I have an anaconda environment with pytorch 2.5.1, which requires numpy 2.0. However, after I installed zed python api by running get_python_api.py, the numpy version was forced to version 1.26.4, and I could not run pytorch code anymore due to the numpy version mismatch. Then, I manually installed numpy 2.0, but zed python api could no longer run. I wondering if there is any zed python api compatible with numpy 2.0.
Thanks!