Potential package compatibility issues when importing dna_client in colab

Hi!

I was trying to run the colab notebooks after a while and I got the following error pointing to the import of dna_client: from alphagenome.models import dna_client. (This was not the case before).

“ImportError: cannot import name ‘_center’ from ‘numpy._core.umath’ (/usr/local/lib/python3.12/dist-packages/numpy/_core/umath.py)”

Any thoughts on that?