We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d40934 commit 5ff9a66Copy full SHA for 5ff9a66
vendor/ngc-pytorch/Dockerfile.21.03-py3
@@ -150,16 +150,16 @@ RUN /opt/conda/bin/python3 -m pip install --no-cache-dir \
150
typeguard==2.11.1 \
151
python-language-server[all] \
152
matplotlib==3.4.1
153
-ENV SCIPY_VERSION 1.5.4
+ENV SCIPY_VERSION 1.6.3
154
# Install scipy
155
RUN cd /tmp && \
156
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
157
cd scipy && \
158
git checkout -b v${SCIPY_VERSION} && \
159
cp site.cfg.example site.cfg && \
160
python3 -m pip install -U --no-cache-dir \
161
- numpy==1.19.5 \
162
- pandas==1.2.3 \
+ numpy==1.20.2 \
+ pandas==1.2.4 \
163
scikit-learn==0.24.1 \
164
hypothesis==6.8.5 \
165
&& \
0 commit comments