Closed dvd101x closed 4 months ago
Hello, thanks a lot for reporting this issue. It was fixed on the main branch but we had not released a new version. I am preparing it now.
Version 1.2.1 is now available with pip install microgen --upgrade
and will be available shortly on conda-forge.
Numpy 2.0 is not supported yet. This fix, only changes the numpy version installed (<2) when microgen is installed.
Thanks!
Describe the bug, what's wrong, and what you expected.
Hi, thanks for this library, I'm just starting but I think I found a bug.
I tested installing microgen in a new virtual environment and follow some of the examples on the home page.
Nothing works, even:
Generates an error showing.
The issue is resolved by downgrading to numpy 1.26.4
Just to be clear, I did make a new virtual environment and only installed microgen, by default it installed numpy 2.0.0 and had to downgrade manually to 1.26.4
I also tested outside the virtual environment with the same results.
Steps to reproduce the bug.
System Information
Screenshots
No response