theislab / diffxpy

Differential expression analysis for single-cell RNA-seq data.
https://diffxpy.rtfd.io
BSD 3-Clause "New" or "Revised" License
179 stars 23 forks source link

pin sparse to 0.9.1 #200

Closed Zethson closed 3 years ago

Zethson commented 3 years ago

fixes #194

Not quite sure where sparse comes from, but I think that a pin in the final package should work either way.

Zethson commented 3 years ago

Submitting this PR to master since I would suggest a quick patch release for this. It's difficult for people to figure out why this breaks.

ivirshup commented 3 years ago

I'd like to see sparse unpinned, as I'd like it to be a dependency of anndata. Might be worth opening an issue on the sparse repository if it's actually unsolvable here? It's under active development.