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

Experimenting with PDM #35

Closed
beekill95 opened this issue Mar 1, 2024 · 0 comments
Closed

Experimenting with PDM #35

beekill95 opened this issue Mar 1, 2024 · 0 comments

Comments

@beekill95
Copy link
Owner

For CI/CD pipeline on Github, I don't want to install GPU dependencies for torch since they're not going to be used anyway, and they make the .venv folder large, thus, make the cache big. My current workaround is to use poetry export to export to requirements.txt & manually removing those dependencies. This is problematic since poetry export is buggy with different versions constraints for the same package (in our case, it is numpy, see #22).

Experimenting with PDM to see if it can solve this problem, and the transition might be easy since it has an option to import from Poetry format.

@beekill95 beekill95 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2024
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

No branches or pull requests

1 participant