pandas is not quite optional as `to_pandas()` has `DataFrame` as a type hint
Closed this issue · 1 comments
LTLA commented
BiocFrame/src/biocframe/BiocFrame.py
Line 652 in daca714
This blows up CI that doesn't also install pandas, e.g., https://github.com/ArtifactDB/dolomite-base/actions/runs/6270387862/job/17028263635.
Probably just kill the type hint... what else could a user expect from a to_pandas()
method, anyway?
jkanche commented
guess that was stupid, but it was suggested by someone, let me fix that