File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Install the TensorFlow *pip* package dependencies (if using a virtual
37
37
environment, omit the ` --user ` argument):
38
38
39
39
<pre class =" prettyprint lang-bsh " >
40
- <code class =" devsite-terminal " >pip install -U --user pip numpy wheel</code >
40
+ <code class =" devsite-terminal " >pip install -U --user pip numpy wheel packaging </code >
41
41
<code class =" devsite-terminal " >pip install -U --user keras_preprocessing --no-deps</code >
42
42
</pre >
43
43
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable.
20
20
Install the TensorFlow * pip* package dependencies:
21
21
22
22
<pre class =" devsite-click-to-copy " >
23
- <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel</code >
23
+ <code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U six numpy wheel packaging </code >
24
24
<code class =" devsite-terminal tfo-terminal-windows " >pip3 install -U keras_preprocessing --no-deps</code >
25
25
</pre >
26
26
You can’t perform that action at this time.
0 commit comments