Skip to content

Commit

Permalink
Revert the numpy restrictions. Tested on CPU/GPU pip builds.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 210616689
  • Loading branch information
Amit Patankar authored and tensorflower-gardener committed Aug 28, 2018
1 parent 730b530 commit 6729cd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN pip --no-cache-dir install \
keras_applications==1.0.5 \
keras_preprocessing==1.0.3 \
matplotlib \
numpy==1.14.5 \
numpy \
pandas \
scipy \
sklearn \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN pip --no-cache-dir install \
keras_preprocessing==1.0.3 \
matplotlib \
mock \
numpy==1.14.5 \
numpy \
scipy \
sklearn \
pandas \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/docker/Dockerfile.devel-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN pip --no-cache-dir install \
keras_preprocessing==1.0.3 \
matplotlib \
mock \
numpy==1.14.5 \
numpy \
scipy \
sklearn \
pandas \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip --no-cache-dir install \
keras_applications==1.0.5 \
keras_preprocessing==1.0.3 \
matplotlib \
numpy==1.14.5 \
numpy \
pandas \
scipy \
sklearn \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'gast >= 0.2.0',
'keras_applications >= 1.0.5',
'keras_preprocessing >= 1.0.3',
'numpy >= 1.13.3, <= 1.14.5',
'numpy >= 1.13.3',
'six >= 1.10.0',
'protobuf >= 3.6.0',
'setuptools <= 39.1.0',
Expand Down

0 comments on commit 6729cd7

Please sign in to comment.