Commit c057fc0
fix: restore --no-build-isolation for Engine, add async-timeout
1. MATLAB Engine install needs --no-build-isolation because pip's
build isolation tries to download setuptools from PyPI (no network).
The venv already has setuptools from vendor/ upgrade step.
2. Added async-timeout — required by redis on Python < 3.11.3.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7b3e6fb commit c057fc0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
Binary file not shown.
0 commit comments