Skip to content

Commit

Permalink
Add tensorflow to the requirements (ibab#239)
Browse files Browse the repository at this point in the history
* Add tensorflow to the requirements

* Update README.md
  • Loading branch information
lemonzi authored Apr 24, 2017
1 parent 6e0b27d commit 2f4d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Code is tested on TensorFlow version 0.12.1 for Python 2.7 and Python 3.5.

In addition, [librosa](https://github.com/librosa/librosa) must be installed for reading and writing audio.

To install the required python packages (except TensorFlow), run
To install the required python packages, run
```bash
pip install -r requirements.txt
```
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
librosa>=0.4.3
tensorflow>=0.12

0 comments on commit 2f4d3d3

Please sign in to comment.