Skip to content

Commit 1d21b64

Browse files
authored
Fix numpy version to pre-1.19.0
Fix numpy to pre-1.19.0 because of breaking ABI change in numpy 1.19.0 (numpy/numpy#15355) See tensorflow/tensorflow#40688.
1 parent a5cbbd3 commit 1d21b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install the TensorFlow *pip* package dependencies (if using a virtual environmen
3737
omit the `--user` argument):
3838

3939
<pre class="prettyprint lang-bsh">
40-
<code class="devsite-terminal">pip install -U --user pip six numpy wheel setuptools mock 'future>=0.17.1'</code>
40+
<code class="devsite-terminal">pip install -U --user pip six numpy<1.19.0 wheel setuptools mock 'future>=0.17.1'</code>
4141
<code class="devsite-terminal">pip install -U --user keras_applications --no-deps</code>
4242
<code class="devsite-terminal">pip install -U --user keras_preprocessing --no-deps</code>
4343
</pre>

0 commit comments

Comments
 (0)