Skip to content

Commit d113b94

Browse files
committed
Bump up the version of numpy to v1.24.2
1 parent 26fa2df commit d113b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Be sure the virtual environment you created in step 2 is activated. Then, instal
141141
<code class="devsite-terminal">pip install -U pip six numpy wheel setuptools mock 'future>=0.17.1'</code>
142142
<code class="devsite-terminal">pip install -U keras_applications --no-deps</code>
143143
<code class="devsite-terminal">pip install -U keras_preprocessing --no-deps</code>
144-
<code class="devsite-terminal">pip install numpy==1.19.5</code>
144+
<code class="devsite-terminal">pip install numpy==1.24.2</code>
145145
<code class="devsite-terminal">pip install packaging requests</code>
146146
</pre>
147147
<!-- common_typos_enable -->

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cirq-core==0.13.1
22
cirq-google==0.13.1
33
sympy==1.8
4-
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
4+
numpy==1.24.2 # TensorFlow can detect if it was built against other versions.
55
nbformat==4.4.0
66
pylint==2.4.4
77
yapf==0.28.0

0 commit comments

Comments
 (0)