BioPandas/biopandas

Remove walrus operator for py3.7 support

Closed this issue · 0 comments

a-r-j commented

The most recent release (0.4.0) introduces a walrus operator here: https://github.com/rasbt/biopandas/blob/c155226917411759d2bad96da2645e9e7c2e7cec/biopandas/pdb/pandas_pdb.py#L369

This is a feature only available in 3.8+. Unfortunately, 3.7 is the default in colab so I think it makes sense to revert this change for the sake of supporting colab. Easy fix, PR to follow today.