theislab / scvelo

RNA Velocity generalized through dynamical modeling
https://scvelo.org
BSD 3-Clause "New" or "Revised" License
400 stars 103 forks source link

Fix/print versions #1256

Open Oisin-M opened 4 weeks ago

Oisin-M commented 4 weeks ago

Bug fixes

pip search is permanently deprecated, causing an error in scv.logging.print_versions(). We can replace with pip index versions, which is an experimental command but the only one I have found that retains the previous functionality.

Closes #1117