Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting MLCube dependencies into prod/test/dev sets. #298

Conversation

sergey-serebryakov
Copy link
Contributor

This commit splits the mlcube/requirements.txt file into three files. This file continues to provide runtime (production) python dependencies. Two new files located in the project root directory requirements-test.txt and requirements-dev.txt contain python dependencies for testing (pytest) and development (code formatting etc) environments. These additional dependencies need to be installed in addition to production dependencies.

This commit splits the `mlcube/requirements.txt` file into three files. This file continues to provide runtime
(production) python dependencies. Two new files located in the project root directory `requirements-test.txt`
and `requirements-dev.txt` contain python dependencies for testing (pytest) and development (code formatting etc)
environments. These additional dependencies need to be installed in addition to production dependencies.
@github-actions
Copy link
Contributor

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@sergey-serebryakov sergey-serebryakov merged commit bf41716 into mlcommons:master Feb 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2023
@sergey-serebryakov sergey-serebryakov deleted the misc/split-prod-test-dev-dependencies branch February 14, 2023 01:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant