Commit cf304f8
committed
fix: add astroquery, numba, fitsio, pin setuptools<81 in Dockerfile
Three runtime deps were missing from the develop image, breaking
imports in recently-merged modules:
- astroquery: mask_package.mask, mask_runner
- numba: ngmix_package.ngmix, ngmix_runner
- fitsio: uncompress_fits_package.uncompress_fits,
uncompress_fits_runner
setuptools>=81 dropped pkg_resources, which sip_tpv v1.1 (the latest
release; upstream unmaintained) still imports at module load. That
breaks split_exp_package.split_exp and split_exp_runner on current
setuptools. Pinning setuptools<81 restores pkg_resources until
sip_tpv is either forked or replaced; the v2.0 Dockerfile uses the
same pin.
Closes #712
Closes #7131 parent 2e0c042 commit cf304f8
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
0 commit comments