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>=1.3.5 as requirement #277

Closed deto closed 1 year ago

deto commented 1 year ago

Pandas needed when running pyensembl install and will break if lower than this version.

coveralls commented 1 year ago

Coverage Status

Coverage: 82.812%. Remained the same when pulling ce1ca1ee318573408bfc36c1892f8b0d1c7efa2f on deto:master into bbe5daf27d45dc899041eda362a72fddfe2b8137 on openvax:master.

iskandr commented 1 year ago

Thanks @deto!

I'm working on actually getting rid of Pandas (as well as sqlite3) and migrating everything to use Polars and simpler lookup/index structures. Until then, this is a useful fix!