diff options
| author | Piotr Kozakowski <kozak000@gmail.com> | 2017-11-03 19:03:59 +0100 |
|---|---|---|
| committer | Piotr Kozakowski <kozak000@gmail.com> | 2017-11-03 19:03:59 +0100 |
| commit | 7912b6e2f8610e22d9f7e6ceb3e16ed0828b46bf (patch) | |
| tree | 5bd861136b799146f028f5462c06b6ced04c9bd7 | |
| parent | 1f4136ee723a457e4f4f8bcc1e5cc328881b00d3 (diff) | |
Add requirements.txt
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e396572 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +librosa==0.5.1 +matplotlib==2.1.0 +natsort==5.1.0 +torch==0.2.0.post3 |
