projectglow / glow

An open-source toolkit for large-scale genomic analysis
https://projectglow.io
Apache License 2.0
262 stars 106 forks source link

Pandas should be pinned <2.0.0 #659

Closed zyd14 closed 2 months ago

zyd14 commented 2 months ago

Breaking changes in Pandas 2.0.0 cause breaks in the Glow API. I saw it where .append() is being used on Pandas Dataframes in the offset estimation step.

zyd14 commented 2 months ago

Fixed by #660