We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645c946 commit 3f99c0fCopy full SHA for 3f99c0f
tensorflow/tools/pip_package/setup.py
@@ -66,7 +66,7 @@
66
# mock comes with unittest.mock for python3, need to install for python2
67
'mock >= 2.0.0;python_version<"3"',
68
'numpy ~= 1.19.0;python_version<"3.7"',
69
- 'numpy >= 1.20.0;python_version>="3.7"',
+ 'numpy >= 1.20.0, < 1.24;python_version>="3.7"',
70
'opt_einsum >= 2.3.2',
71
'six >= 1.10.0',
72
'protobuf >= 3.6.1, < 4.0.0',
0 commit comments