Skip to content

Commit f492636

Browse files
laurenmurphyx64nashif
authored andcommitted
samples: tensorflow: remove requirements.txt from magic wand sample
Removes the requirements.txt from the training directory of the magic wand sample as it is causing issues in CI. Updates README.md to explicitly state the Python packages listed in requirements.txt. Signed-off-by: Lauren Murphy <[email protected]>
1 parent 3b19598 commit f492636

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

samples/modules/tensorflow/magic_wand/train/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you'd prefer to run the scripts locally, use the following instructions.
4747
Use the following command to install the required dependencies:
4848

4949
```shell
50-
pip install -r requirements.txt
50+
pip install numpy==1.16.2 tensorflow==2.0.0-beta1
5151
```
5252

5353
There are two ways to train the model:

samples/modules/tensorflow/magic_wand/train/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)