Skip to content

Commit

Permalink
Merge pull request #136 from lhotse-speech/v0.2
Browse files Browse the repository at this point in the history
Release v0.2
  • Loading branch information
pzelasko authored Nov 18, 2020
2 parents 4051d4c + 835158c commit 98493d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Lhotse is available on PyPI:

pip install lhotse

To install the latest, unreleased version, do:

pip install git+https://github.com/lhotse-speech/lhotse

### Development installation

For development installation, you can fork/clone the GitHub repo and install with pip:
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Lhotse is available on PyPI::

pip install lhotse

To install the latest, unreleased version, do::

pip install git+https://github.com/lhotse-speech/lhotse

Development installation
************************

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cytoolz>=0.10.1
h5py>=2.10.0
lilcom>=1.1.0
numpy>=1.18.1
packaging
pandas>=1.0.3
pyyaml>=5.3.1
sphfile>=1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='lhotse',
version='0.1.1',
version='0.2.0',
python_requires='>=3.7.0',
description='Data preparation for speech processing models training.',
author='The Lhotse Development Team',
Expand Down

0 comments on commit 98493d6

Please sign in to comment.