Hello,
we are using anndata and scanpy in our FASTGenomics reader module.
We are also using flit to built this package. During build flit tries to load scanpy, which then loads anndata, which ultimately crashes because AnnData cannot be imported due to the within_flit() function called in the anndata/init.py.
Are you aware of any way to overcome this issue?