scverse / muon

muon is a multimodal omics Python framework
https://muon.scverse.org/
BSD 3-Clause "New" or "Revised" License
218 stars 31 forks source link

Test against pre-releases #138

Open ivirshup opened 7 months ago

ivirshup commented 7 months ago

Muon should test against pre-releases of upstream packages. This would help avoid situations where users install incompatible versions of libraries since muon could either pin problematic dependencies or fix the issue ahead of their release.

This could be a subset of #103