Skip to content

Commit 328a350

Browse files
committed
try the force-reinstall
1 parent d200082 commit 328a350

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
@@ -64,7 +64,8 @@ RUN trimesh-setup --install=test,gmsh,gltf_validator,llvmpipe,binvox
6464
USER user
6565

6666
# install things like pytest and make sure we're on Numpy 2.X
67-
RUN pip install .[all] && \
67+
# todo : imagio is forcing a downgrade of numpy 2 in-place
68+
RUN pip install .[all] && pip install --force-reinstall --upgrade "numpy>2" && \
6869
python -c "import numpy as n; assert(n.__version__.startswith('2'))"
6970

7071
# check for lint problems

0 commit comments

Comments
 (0)