Skip to content

Commit

Permalink
chore: Updated snips-nlu to 0.19.5 and pychatl to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed Apr 14, 2019
1 parent c4db035 commit e17e16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytlas/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.3'
__version__ = '4.0.4'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'transitions~=0.6.9',
'fuzzywuzzy~=0.16.0',
'colorlog~=3.1.4',
'pychatl~=1.2.6',
'pychatl~=1.2.7',
'python-dateutil~=2.7.3',
'Babel~=2.6.0',
# requests is included because the remote training will need it
Expand All @@ -37,7 +37,7 @@
extras_require={
'snips': [
# For snips, target a specific version since it may break sometimes
'snips-nlu==0.19.4',
'snips-nlu==0.19.5',
],
'test': [
'nose~=1.3.7',
Expand Down

0 comments on commit e17e16c

Please sign in to comment.