Commit ba459b4
Fix sdist installation (#3080)
* Fix sdist installation
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Unify project description with tensorrt_libs
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Switch requirements to PEP440 direct references
https://peps.python.org/pep-0440/#direct-references
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Revert "Switch requirements to PEP440 direct references"
This reverts commit 5334f0d.
ref #3080 (comment)
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Make pip-inside-pip more robust, avoid it when possible
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Add parent_command_line check
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Use pip config list to detect index url
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* PR Suggestion
Co-authored-by: Eric Work <work.eric@gmail.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Add --no-headers to ps command
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Introduce NVIDIA_PIP_INDEX_URL env var
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Typo in description
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Run black
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Replace f-string with .format, add python_requires
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* Introduce NVIDIA_TENSORRT_DISABLE_INTERNAL_PIP env var
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
* PR Suggestion
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
---------
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Co-authored-by: Eric Work <work.eric@gmail.com>1 parent 6e5bebd commit ba459b4
1 file changed
+85
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
47 | 93 | | |
48 | 94 | | |
49 | 95 | | |
50 | 96 | | |
51 | | - | |
| 97 | + | |
52 | 98 | | |
53 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
54 | 115 | | |
55 | 116 | | |
56 | 117 | | |
| |||
59 | 120 | | |
60 | 121 | | |
61 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
62 | 126 | | |
63 | 127 | | |
64 | 128 | | |
65 | 129 | | |
66 | 130 | | |
67 | 131 | | |
68 | 132 | | |
69 | | - | |
70 | 133 | | |
0 commit comments