marcotcr / checklist

Beyond Accuracy: Behavioral Testing of NLP models with CheckList
MIT License
2.01k stars 204 forks source link

add build-system requires after PEP 518 #142

Closed helpmefindaname closed 1 year ago

helpmefindaname commented 1 year ago

Specifies the build requires after pep518, so installments won't be broken. Fixes https://github.com/marcotcr/checklist/issues/119

Notice that https://github.com/marcotcr/checklist/pull/134 also fixes the issue by disabling jupyter, however I think that this PR would still be usefull even if that other PR gets merged.