We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10b4e8 commit 56b89c6Copy full SHA for 56b89c6
1 file changed
docker/Dockerfile.x64
@@ -104,12 +104,12 @@ RUN ${VIRTUAL_ENV}/bin/pip install -U --retries 10 --timeout 120 \
104
# ── elevation_mapping_cupy Python deps ──────────────────────────────────────
105
RUN if [ "$INSTALL_EMCUPY_ROSDEPS" = "true" ]; then \
106
${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' \
+ 'scikit-learn' \
+ 'opencv-python' \
+ 'cupy-cuda12x>=13.0,<14' \
110
'ruamel.yaml>=0.18.0' \
111
simple-parsing \
112
- "numpy>=2.0.0,<2.3.0" \
+ "numpy>=1.24,<2" \
113
shapely \
114
transforms3d \
115
'scipy>=1.17.1'; \
0 commit comments