Commit b62e9db
chore: explain weightwatcher patches and bump pyproject minimums
The Dockerfile now carries an inline note about why we use Debian's
weightwatcher package instead of the source build with sed-patched
headers — short version: GCC 10 (Apr 2020) flipped its default to
-fno-common, breaking WeightWatcher 1.12's (2014) use of common-symbol
globals in headers. The old Dockerfile patched them inline; Debian's
weightwatcher 1.12+dfsg-3 patches the same way upstream of the build.
Pyproject minimums bumped to current major versions where the major
itself moved (astropy 6→7, numpy 1→2, pandas 2→3) so the abstract
constraint signals our actual target. Minor-version drift stays in
uv.lock. ngmix line carries an explicit "do not modernize" note since
it's pinned to Axel's stable_version branch until upstream absorbs the
fixes (tracked in the ngmix-update fiber).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9af1025 commit b62e9db
3 files changed
Lines changed: 61 additions & 52 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments