BiocPy/BiocFrame

pandas is not quite optional as `to_pandas()` has `DataFrame` as a type hint

Closed this issue · 1 comments

LTLA commented

def to_pandas(self) -> DataFrame:

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?

guess that was stupid, but it was suggested by someone, let me fix that