ianvs
ianvs copied to clipboard
fix: deprecate outdated interface of pandas
What type of PR is this? /kind cleanup
What this PR does / why we need it:
Some deprecated interfaces of pandas>=2.0.0
are used in rank.py
, which prevents Ianvs from running on Python>=3.9
.
For detailed modifications and reasons, please see #134.
Which issue(s) this PR fixes:
Fixes #134