neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
360 stars 36 forks source link

Use ~= operator to declare the version of scipy #563

Closed tetsuok closed 1 year ago

tetsuok commented 1 year ago

Overview

This PR uses ~= operator to pin the version of scipy.

Details

The main purpose of this PR is to unblock #403 rather than resolving #472. To unblock #403, we need to pin a version of scipy to 1.9.0 or newer. Note that this PR uses ~= operator for scipy only. The other dependencies cannot be used due to https://github.com/neulab/ExplainaBoard/issues/472#issuecomment-1279138341.

References

Blocked by