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

fix: Pin packages in sdk/python/dev-requirements.txt #2719

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. fix: Pin packages in sdk/python/dev-requirements.txt

      pip's version resolver (2020-resolver ?) will sometimes download
      many versions of a package to find one that satisfies installation
      constraints. This is usually just incurs a time cost since python
      packages are usually small, but this was problematic since
      packages like tensorflow, many nvidia packages, pytorch, etc...
      are 500MB+.
    
      Pinning known compatible versions prevents pip from doing this search,
      and stops us from bumping up against the 14GB storage limit in
      Github Actions.
    kdestin committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a634edd View commit details
    Browse the repository at this point in the history