marcotcr / checklist

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

Fix package builds #134

Closed ecederstrand closed 1 year ago

ecederstrand commented 1 year ago

Commands to build the Python package should not enable the jupyter extension.

This removes the implicit requirement to have Jupyter installed during package builds.

Issue can be triggered via e.g. python3 -m pip install --use-pep517 checklist

Fixes #119

ecederstrand commented 1 year ago

Ping @marcotcr ?