Skip to content

Commit

Permalink
Merge a05ccf4 into 48c9b8c
Browse files Browse the repository at this point in the history
  • Loading branch information
zesherk committed Sep 9, 2019
2 parents 48c9b8c + a05ccf4 commit 33f0027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -82,6 +82,7 @@ Changed
- Deprecate ``as_markdown`` and ``as_json`` in favour of ``nlu_as_markdown`` and ``nlu_as_json`` respectively.
- pin python-engineio >= 3.9.3
- update python-socketio req to >= 4.3.1
- Pin gast to == 0.2.2

Fixed
-----
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -55,3 +55,6 @@ kafka-python==1.4.6
sklearn-crfsuite==0.3.6
psycopg2-binary==2.8.2
PyJWT==1.7.1
# remove when tensorflow@1.15.x or a pre-release patch is released
# https://github.com/tensorflow/tensorflow/issues/32319
gast==0.2.2
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -88,6 +88,9 @@
"kafka-python~=1.4",
"sklearn-crfsuite~=0.3.6",
"PyJWT~=1.7",
# remove when tensorflow@1.15.x or a pre-release patch is released
# https://github.com/tensorflow/tensorflow/issues/32319
"gast==0.2.2",
]

extras_requires = {
Expand Down

0 comments on commit 33f0027

Please sign in to comment.