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

Removed deps from requirements.txt #1866

Merged
merged 5 commits into from
Jun 14, 2023

Conversation

RunDevelopment
Copy link
Member

@RunDevelopment RunDevelopment commented Jun 14, 2023

This removes all backend dependencies from requirements.txt. The backend is fully responsible for installing it own dependencies, even in CI. This means that we no longer have to duplicate dependency declarations.

This is done using the new --install-builtin-packages option. The option makes chainner install the dependencies of all packages.

@joeyballentine joeyballentine merged commit 8e864d1 into chaiNNer-org:main Jun 14, 2023
12 checks passed
@RunDevelopment RunDevelopment deleted the reqtxt branch June 14, 2023 13:26
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.

None yet

2 participants