Biology-driven deep generative model for cell-type annotation in cytometry. Scyan is an interpretable model that also corrects batch-effect and can be used for debarcoding or population discovery.
I was wondering if there's a good reason to pin anndata to 0.8? A lot of new features and bugfixes have been added since then and I can't read zarr files that were generated by newer versions of AnnData.
I understand that poetry advocates for these restrictive dependencies, but from scverse perspective, there shouldn't be any reason to pin old versions of anndata. Instead, we recommend setting up the CI to test against release candidates and report back if something breaks.
Hi @quentinblampey,
I was wondering if there's a good reason to pin anndata to 0.8? A lot of new features and bugfixes have been added since then and I can't read
zarr
files that were generated by newer versions of AnnData.I understand that poetry advocates for these restrictive dependencies, but from scverse perspective, there shouldn't be any reason to pin old versions of anndata. Instead, we recommend setting up the CI to test against release candidates and report back if something breaks.
Cheers, Gregor