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

Test out newer versions of PyTorch (torch>=2.0.0) for compatibility with downstream projects (SCT, ADS) #1304

Merged

Commits on Dec 4, 2023

  1. requirements.txt: Try torch==2.0.0

    This version will be necessary for compatibility with MONAI/nnUNet, so I'm testing it here.
    joshuacwnewton committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2bfe813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5efdc3c View commit details
    Browse the repository at this point in the history
  3. Replace torch._six.string_classes with str

    `torch._six` was removed, and we should be accessing an internal API anyway.
    joshuacwnewton committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    dbb3471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbc82f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce4c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aa385f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    9d6d4d6 View commit details
    Browse the repository at this point in the history
  2. requirements.txt: Replace onnxruntime upper bound with exclusion

    Also, add explanatory comment about why these specific versions are referenced.
    joshuacwnewton committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    057992b View commit details
    Browse the repository at this point in the history