Major changes
- Add `torch` and `torchaudio` dependencies to `docs/requirements.txt`. ([4](https://github.com/eonu/torch-fsdd/pull/4))
- Upgrade minimum package dependency versions: ([3](https://github.com/eonu/torch-fsdd/pull/3))
- `torch` (>= 1.8)
- `torchaudio` (>= 0.8)
- `torchvision` (>= 0.9) - only used in tests and notebooks
Minor changes
- Remove platform-dependent `torch`, `torchaudio` and `torchvision` installation for tests. ([1](https://github.com/eonu/torch-fsdd/pull/1))
- Move Travis badges to separate `README.md` section. ([2](https://github.com/eonu/torch-fsdd/pull/2))