This is because of a change in the numpy API where they have deprecated a bunch of stuff: ``` AttributeError: module 'numpy' has no attribute 'warnings' ``` This will be fixed in the next release. For now, the workaround is to downgrade numpy to 1.23.5.