openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

feat: advertise constraints in setup.py #99

Open edx-requirements-bot opened 2 years ago

edx-requirements-bot commented 2 years ago
Additional information from script execution [ARCHBOM-1772](https://openedx.atlassian.net/browse/ARCHBOM-1772) Update setup.py to use constraint files when generating requirements files for packaging and distribution. PR generated automatically with Jenkins job cleanup-python-code. Result of running `python setup.py bdist_wheel` before applying fix (in .egg-info/requires.txt)\: scipy scikit-learn Result of running `python setup.py bdist_wheel` after applying fix (in .egg-info/requires.txt)\: scikit-learn scipy

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran ``` curl -sS "https://raw.githubusercontent.com/edx/edx-cookiecutters/e30fd05e343b8c73acb4dd8a3a6308c6f8efb4ad/scripts/update_setup_py.sh" > update_setup_py.sh bash update_setup_py.sh ```

The following packages were installed: semgrep,isort