Skip to content

Commit 1db70a5

Browse files
committed
fix: numpy 2.x compatibility for cosmo-numba
- Add NumbaQuadpack dependency (required by new cosmo-numba) - Use cailmdaley/cosmo-numba@fix/numpy2-fft-compat with objmode fix for np.fft calls (numba doesn't support np.fft in nopython mode with numpy 2.x) Upstream PR: aguinot/cosmo-numba#17
1 parent 199d20a commit 1db70a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ RUN python -m pip install --no-cache-dir --upgrade pip setuptools wheel && \
218218
lenspyx \
219219
ducc0 \
220220
# Git-based dependencies
221-
git+https://github.com/aguinot/cosmo-numba \
221+
git+https://github.com/Nicholaswogan/NumbaQuadpack.git \
222+
git+https://github.com/cailmdaley/cosmo-numba@fix/numpy2-fft-compat \
222223
git+https://github.com/benabed/getdist.git@upper_triangle_whisker \
223224
git+https://github.com/CosmoStat/shear_psf_leakage.git@develop \
224225
git+https://github.com/aguinot/ngmix@stable_version \

0 commit comments

Comments
 (0)