You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up. I installed numpy 2.1 and saw some bugs. I just pushed v1.7.4 which runs with numpy 2.1 on my system. I still need to do a more major update to do away with setuptools, but for now it runs for me. Let me know if you have issues.
I share your pain :-) I still didn't have a look, how much my projects break 😅
If you want inspiration around setuptools, have a look at my project XDSkappa, I did conversion from setup.py to project.toml there. And it is connected to Zenodo for code archival on top.
28. srpna 2024 19:26:44 SELČ, tdgrant1 ***@***.***> napsal:
Thanks for the heads up. I installed numpy 2.1 and saw some bugs. I just pushed v1.7.4 which runs with numpy 2.1 on my system. I still need to do a more major update to do away with setuptools, but for now it runs for me. Let me know if you have issues.
--
Reply to this email directly or view it on GitHub:
#28 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
Some parts of DENSS are not compatible with the newly released version of Numpy. I tried denss.all.py, and it breaks somewhere in the averaging step.
Fixing the requirement to
numpy==1.26.0
works...The text was updated successfully, but these errors were encountered: