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

Relax PyTorch upper bound (allowing 2.4) #4703

Open
wants to merge 11 commits into
base: branch-24.12
Choose a base branch
from

Commits on Oct 7, 2024

  1. Relax PyTorch upper bound (allowing 2.4)

    As the issue around PyTorch being built without NumPy was fixed in
    conda-forge, we can now relax these upper bounds to allow PyTorch 2.4.
    jakirkham committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fb7a6a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8607d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99369c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    b29c70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f040eff View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    b8ae527 View commit details
    Browse the repository at this point in the history
  2. Single quote pytorch to not confuse the shell

    The use of `>` and `<` confuses the shell as it thinks these are
    redirects. So use single quotes so that it doesn't try to parse the
    contents of this string.
    jakirkham committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0ec2a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1592dca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c37b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    fcfacc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    281fa43 View commit details
    Browse the repository at this point in the history