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 sdist installation #3080

Merged
merged 15 commits into from
Jul 14, 2023
Merged

Fix sdist installation #3080

merged 15 commits into from
Jul 14, 2023

Commits on Jun 22, 2023

  1. Fix sdist installation

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8f412dd View commit details
    Browse the repository at this point in the history
  2. Unify project description with tensorrt_libs

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c89ff0e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    5334f0d View commit details
    Browse the repository at this point in the history
  2. Revert "Switch requirements to PEP440 direct references"

    This reverts commit 5334f0d.
    
    ref NVIDIA#3080 (comment)
    
    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    92791a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Make pip-inside-pip more robust, avoid it when possible

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f401e58 View commit details
    Browse the repository at this point in the history
  2. Add parent_command_line check

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6fd6064 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Use pip config list to detect index url

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fc53814 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. PR Suggestion

    Co-authored-by: Eric Work <[email protected]>
    Signed-off-by: ddelange <[email protected]>
    ddelange and zeroepoch committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6458be2 View commit details
    Browse the repository at this point in the history
  2. Add --no-headers to ps command

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e89d6b5 View commit details
    Browse the repository at this point in the history
  3. Introduce NVIDIA_PIP_INDEX_URL env var

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0f13ecd View commit details
    Browse the repository at this point in the history
  4. Typo in description

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    49641c8 View commit details
    Browse the repository at this point in the history
  5. Run black

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1bd83cd View commit details
    Browse the repository at this point in the history
  6. Replace f-string with .format, add python_requires

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9a8e0ce View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Introduce NVIDIA_TENSORRT_DISABLE_INTERNAL_PIP env var

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2c382eb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. PR Suggestion

    Signed-off-by: ddelange <[email protected]>
    ddelange committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c0c7e57 View commit details
    Browse the repository at this point in the history