diff --git a/README.md b/README.md index ac4d40043b01c9d10152d6a10327a61d3f040847..ae7ff47da369d3a1acc6e97569e368cf6ead8c18 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ This repository is implemented in [PyTorch](https://pytorch.org/) and has the fo - [torchaudio](https://pytorch.org/audio/stable/) for audio loading - `matplotlib` for exporting pitch predictions as images (optional) +**Warning:** If installing in a clean environment, it may be safer to first install PyTorch [the recommended way](https://pytorch.org/get-started/locally/) before PESTO. + ## Usage ### Command-line interface diff --git a/pesto/__init__.py b/pesto/__init__.py index 5da69bbe1733e6b3bb286735d0dd2a98613ce66a..167a098923d22ab94ffa03e186547d9c6f3c2bfb 100644 --- a/pesto/__init__.py +++ b/pesto/__init__.py @@ -1,4 +1,4 @@ from .core import load_model, predict, predict_from_files -__version__ = '1.1.0' +__version__ = '1.0.0'