aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
187 stars 42 forks source link

fix: unblock release pipeline #176

Closed xiaoyi-cheng closed 8 months ago

xiaoyi-cheng commented 8 months ago

Issue #, if available:

Release pipeline gets blocked due to integration tests failed, add --force-reinstall option to pip install command to force re-install fmeval.

While fixing this issue, ping pandas to 2.1.4 as when 2.2.0 released 01/19/2024, there's error "ImportError: cannot import name 'ExtensionArrayFormatter' from 'pandas.io.formats.format'".

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.