Skip to content

Commit eddb445

Browse files
authored
Release 0.17.4
1 parent 67384e1 commit eddb445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deeppavlov/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.17.3'
1+
__version__ = '0.17.4'
22
__author__ = 'Neural Networks and Deep Learning lab, MIPT'
33
__description__ = 'An open source library for building end-to-end dialog systems and training chatbots.'
44
__keywords__ = ['NLP', 'NER', 'SQUAD', 'Intents', 'Chatbot']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ numpy==1.18.0
88
overrides==2.7.0
99
pandas==0.25.3
1010
prometheus-client==0.7.1
11+
protobuf<4
1112
pytz==2019.1
1213
pydantic==1.3
1314
pymorphy2==0.8

0 commit comments

Comments
 (0)