gage-russell / pandas-lineage

Apache License 2.0
13 stars 6 forks source link

Make `pandas` requirement more flexible #34

Open dlstadther opened 1 year ago

dlstadther commented 1 year ago

Currently, pandas-lineage is locked on exactly (and only) pandas==1.4.4. This needs to be updated to a range of pandas versions.

May need to check if any features/imports of pandas that are being used limit the range of pandas versions you can support.

I think it would be good to try to support pandas>=1.0,pandas<1.5.