Commit 1115912
nss extras: strip git+https URLs to unblock PyPI uploads
The [nss] extra declared two direct git dependencies for the
handley-lab/blackjax fork and yallup/nss. PyPI and TestPyPI both reject
these in uploaded wheels with:
400 Can't have direct dependency: blackjax @ git+https://...
Last successful PyAutoFit PyPI release was 2026.5.14.2 (May 14, 2026);
the [nss] extra was added on May 16 (commit 4d42e55), so every release
attempt since has been silently blocked at the twine upload step. This
surfaced today when a TestPyPI rehearsal failed the autofit upload while
the four downstream libraries (autoconf, autoarray, autogalaxy, autolens)
all uploaded fine.
The fix preserves the [nss] extra (still installs `fastprogress<1.1`)
and documents the manual `pip install git+...` step for the fork-based
deps directly in the pyproject.toml comment, so users running
`pip install autofit[nss]` see the next step at the source of truth.
SHAs are unchanged.
Wheel METADATA verified clean — no `git+` strings anywhere.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8929df5 commit 1115912
1 file changed
Lines changed: 24 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
84 | 103 | | |
85 | | - | |
86 | | - | |
87 | 104 | | |
88 | 105 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| |||
0 commit comments