Skip to content

Commit 5ff9a66

Browse files
committed
fixed type
1 parent 6d40934 commit 5ff9a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vendor/ngc-pytorch/Dockerfile.21.03-py3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,16 @@ RUN /opt/conda/bin/python3 -m pip install --no-cache-dir \
150150
typeguard==2.11.1 \
151151
python-language-server[all] \
152152
matplotlib==3.4.1
153-
ENV SCIPY_VERSION 1.5.4
153+
ENV SCIPY_VERSION 1.6.3
154154
# Install scipy
155155
RUN cd /tmp && \
156156
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
157157
cd scipy && \
158158
git checkout -b v${SCIPY_VERSION} && \
159159
cp site.cfg.example site.cfg && \
160160
python3 -m pip install -U --no-cache-dir \
161-
numpy==1.19.5 \
162-
pandas==1.2.3 \
161+
numpy==1.20.2 \
162+
pandas==1.2.4 \
163163
scikit-learn==0.24.1 \
164164
hypothesis==6.8.5 \
165165
&& \

0 commit comments

Comments
 (0)