I am using multiple dependencies including msclap in my project on Python 3.13. However, most of my dependencies require numpy >= 2.0.0, and older numpy versions are no longer officially supported. MS CLAP is the only dependency I have which requires that numpy is < 2.0.0, and this is causing version issues for my project. Can numpy be bumped to an officially supported version?