Skip to content

Commit

Permalink
Merge pull request #193 from customprogrammingsolutions/update-depend…
Browse files Browse the repository at this point in the history
…encies

[MRG] Update dependencies
  • Loading branch information
oadams committed Sep 5, 2018
2 parents 11c6854 + 658ea53 commit 0b3d450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Raise a label mismatch exception if label kwarg to Corpus constructor is inconsistent with automatically determined labels.

### Changed
- Update package dependencies versions.

### Fixed
- `CorpusReader.train_batch_gen` raises StopIteration instead of returning None if no data can be generated.

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
'ipython==6.2.1',
'GitPython==2.1.8',
'nltk==3.2.5',
'numpy==1.14.0',
'numpy==1.15.0',
'python-speech-features==0.6',
'scipy==1.0.0',
'tensorflow==1.4.1',
'scipy==1.1.0',
'tensorflow==1.10.0',
'scikit-learn==0.19.1',
'pympi-ling==1.69',
'pydub==0.20.0',
Expand Down

0 comments on commit 0b3d450

Please sign in to comment.