Skip to content

Commit af38bf7

Browse files
authored
Merge pull request #807 from tensorflow/master
Dump up the numpy version to 1.20.0
2 parents 1273c23 + 806a7d5 commit af38bf7

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_lite_support/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_lite_support/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
REQUIRED_PACKAGES = [
5252
'absl-py >= 0.7.0',
53-
'numpy >= 1.19.2',
53+
'numpy >= 1.20.0',
5454
# TODO(b/187981032): remove the constraint for 2.0 once the incompatibile
5555
# issue is resolved.
5656
'flatbuffers >= 1.12, <2',

0 commit comments

Comments
 (0)