File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ ARG PYBIND11_VERSION=2.11.1
68
68
# && python2.7 -m pip install "numpy == 1.16.6" "scipy == 1.2.3" "matplotlib == 2.2.5"
69
69
# RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py
70
70
# RUN python3.10 /tmp/get-pip3.py
71
- RUN python3.10 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
71
+ RUN python3.10 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
72
72
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
73
73
&& python3.11 /tmp/get-pip3.py \
74
- && python3.11 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
74
+ && python3.11 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
75
75
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
76
76
&& python3.12 /tmp/get-pip3.py \
77
- && python3.12 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
77
+ && python3.12 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
78
78
ENV PYTHONPATH=""
79
79
ENV VM_HAS_ASSIMP="true"
80
80
ENV VM_HAS_OPENCASCADE="false"
Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ RUN curl -L https://bootstrap.pypa.io/pip/2.7/get-pip.py --output /tmp/get-pip2.
75
75
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
76
76
&& python3.10 /tmp/get-pip3.py \
77
77
&& python3.10 -m pip install --upgrade pip \
78
- && python3.10 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
78
+ && python3.10 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
79
79
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
80
80
&& python3.11 /tmp/get-pip3.py \
81
81
&& python3.11 -m pip install --upgrade pip \
82
- && python3.11 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
82
+ && python3.11 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
83
83
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
84
84
&& python3.12 /tmp/get-pip3.py \
85
85
&& python3.12 -m pip install --upgrade pip \
86
- && python3.12 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
86
+ && python3.12 -m pip install numpy==1.26.4 scipy matplotlib pybind11==$PYBIND11_VERSION
87
87
ENV VM_HAS_ASSIMP="true"
88
88
ENV VM_HAS_OPENCASCADE="true"
89
89
You can’t perform that action at this time.
0 commit comments