comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Maximize pandas version to <2.0 as append is removed #343

Closed Kicksta closed 1 year ago

Kicksta commented 1 year ago

AttributeError: 'DataFrame' object has no attribute 'append' is thrown. Pandas 2.0 has removed 'append' as of April 2023. Short term solution is to require pandas version to be below 2.0.

Kicksta commented 1 year ago

Have the merge errors for a new release been resolved or still giving issues?