Unbabel / COMET

A Neural Framework for MT Evaluation
https://unbabel.github.io/COMET/html/index.html
Apache License 2.0
493 stars 76 forks source link

Allow for pandas major version 2 #133

Closed BramVanroy closed 1 year ago

BramVanroy commented 1 year ago

While COMET 1.1.3 supported pandas 2, this was more restricted in COMET 2. However, I ran all the tests with pandas==2.0.1 and that works fine. So I believe that pandas 2 can be allowed again.

closes #130