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

requirements: Adopt pip compile #195

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tmc
Copy link

@tmc tmc commented Nov 28, 2023

This includes the work in #193 and builds on it to implement adoption of pip-compile to manage requirements file contents.

Implements #194

As of ed09971 the pytorch 1 requirements/support has been pulled (or at least undocumented).

This simplifies specification/management of the pip requirements
@tmc tmc requested a review from a team as a code owner November 28, 2023 08:17
@tmc tmc marked this pull request as draft November 29, 2023 07:53
@akx
Copy link
Contributor

akx commented Nov 29, 2023

pip-compile is not a good idea for a repo that is supposed to be used as a library; you can easily end up with transitive dependencies that won't work on all systems.

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