openvax / pyensembl

Python interface to access reference genome features (such as genes, transcripts, and exons) from Ensembl
Apache License 2.0
365 stars 68 forks source link

Add pandas requirement #278

Closed deto closed 1 year ago

deto commented 1 year ago

Added a pull request to resolve this: #277

I ran into the issue today where, even though I had pandas installed, I had an error when running pyensembl install because the read_csv function it calls uses the argument 'on_bad_lines' and this was only introduced in pandas 1.3

deto commented 1 year ago

277 Merged. Closing this issue.