Commit 0fbb147
committed
Remove upgrade of packages from pip install
The new pip (24.3) has problems with older packages. Errors of the form
```
AttributeError: 'InstallRequirement' object has no attribute 'use_pep517'
```
That are unfixable from the user side.1 parent 7873f15 commit 0fbb147
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments