8000 downgrade numpy to avoid tensorflow type warnings · github/CodeSearchNet@cde9e2e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit cde9e2e

Browse files
committed
downgrade numpy to avoid tensorflow type warnings
1 parent 09c3594 commit cde9e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN pip --no-cache-dir install --upgrade \
4949
jsonpath_rw_ext==1.2.2 \
5050
jupyter==1.0.0 \
5151
more_itertools==7.2.0 \
52-
numpy==1.17.0 \
52+
numpy==1.16.5 \
5353
pandas==0.25.0 \
5454
parso==0.5.1 \
5555
pygments==2.4.2 \

0 commit comments

Comments
 (0)
0