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

deps: fix dependency specification problem #25

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

serramatutu
Copy link
Collaborator

The way dependencies were set up previously, we'd eventually run into conflicts since uv pip compile would run independently for each .in file. This is now fixed since we're using -r *.in in the .in files.

@serramatutu serramatutu force-pushed the serramatutu/deps-fix branch from eff83b2 to c12daa8 Compare June 24, 2024 13:27
The way dependencies were set up previously, we'd eventually run into
conflicts since `uv pip compile` would run independently for each `.in`
file. This is now fixed since we're using `-r *.in` in the `.in` files.
@serramatutu serramatutu force-pushed the serramatutu/deps-fix branch from c12daa8 to c244b9b Compare June 24, 2024 13:29
@serramatutu serramatutu merged commit 34782ef into main Jun 24, 2024
5 of 6 checks passed
@serramatutu serramatutu deleted the serramatutu/deps-fix branch June 24, 2024 13:31
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.

1 participant