This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Commit 87a9ff8
committed
fix: convert empty index_urls list to None for micropip
micropip treats empty list [] differently from None - with [] it doesn't
fall back to PyPI. Using 'index_urls or None' ensures empty lists are
converted to None so PyPI fallback works correctly.1 parent 229bf33 commit 87a9ff8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments