Skip to content

Commit 56b89c6

Browse files
ylenianisticomich-pest
authored andcommitted
fix(docker): downgrade numpy<2 and cupy<14 for cv_bridge compatibility
1 parent d10b4e8 commit 56b89c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker/Dockerfile.x64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ RUN ${VIRTUAL_ENV}/bin/pip install -U --retries 10 --timeout 120 \
104104
# ── elevation_mapping_cupy Python deps ──────────────────────────────────────
105105
RUN if [ "$INSTALL_EMCUPY_ROSDEPS" = "true" ]; then \
106106
${VIRTUAL_ENV}/bin/pip install --prefer-binary -U --retries 10 --timeout 120 \
107-
'scikit-learn>=1.8.0' \
108-
'opencv-python>=4.13.0' \
109-
'cupy-cuda12x>=14.0.1' \
107+
'scikit-learn' \
108+
'opencv-python' \
109+
'cupy-cuda12x>=13.0,<14' \
110110
'ruamel.yaml>=0.18.0' \
111111
simple-parsing \
112-
"numpy>=2.0.0,<2.3.0" \
112+
"numpy>=1.24,<2" \
113113
shapely \
114114
transforms3d \
115115
'scipy>=1.17.1'; \

0 commit comments

Comments
 (0)