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

Add build to requirements.txt #347

Merged
merged 3 commits into from
Sep 22, 2023
Merged

Add build to requirements.txt #347

merged 3 commits into from
Sep 22, 2023

Conversation

outtanames
Copy link
Contributor

@outtanames outtanames commented Sep 22, 2023

build (required for make dist) does not seem to be included in python<=3.10, which is causing pypi build flows to build in github actions. I've added it to the main requirements.txt file for now to finish out the CI flow.

Checks

  • make lint: I've run make lint to lint the changes in this PR.
  • make test: I've made sure the tests (make test-cpu or make test) are passing.
  • Additional tests:
    • Benchmark tests (when contributing new models)
    • GPU/HW tests

@outtanames outtanames merged commit 32df4c7 into main Sep 22, 2023
1 check passed
@@ -1,4 +1,5 @@
av>=10.0.0
build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI we have a requirements.dev.txt that is an alternative to this file, and meant for build environments (probably that needs to be installed in CI). This requirements txt file is for clients.

@spillai spillai deleted the sloftin/build-reqs branch September 26, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants