Numpy v2+ is much more strict with typecasting than 1.X in that implicit type conversion raises an exception now instead of being done. Currently test_husky.py is broken due to this. Everything else seems to work, but as some analyzer stuff typically works with floats, but can work with ints, there might be other things broken in the background.