Skip to content

Commit c24d5a0

Browse files
author
Justina Petraityte
committed
updated requirements
1 parent 04327d4 commit c24d5a0

File tree

2 files changed

+56
-36
lines changed

2 files changed

+56
-36
lines changed

Full Code [Latest release of Rasa NLU and Rasa Core]/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ The process of running the interactive session is very similar to training the R
4747

4848
I will do my best to keep this repo up-to-date, but if you encounter any issues with using the code, please raise an issue or drop me a message :)
4949

50-
Latest code update: 25/01/2018
50+
Latest code update: 01/03/2019
5151

52-
Latest compatible Rasa NLU version: 0.14.1
53-
Latest compatible Rasa Core version: 0.13.0
52+
Latest compatible Rasa NLU version: 0.14.4
53+
Latest compatible Rasa Core version: 0.13.2
5454

5555

5656

Lines changed: 53 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,63 @@
11
###rasa_nlu
2-
gevent==1.2.1
3-
Klein==17.2.0
4-
boto3==1.4.4
5-
typing==3.5.3.0
6-
future==0.16.0
7-
six==1.10.0
8-
jsonschema==2.6.0
9-
matplotlib==1.5.3
10-
requests==2.14.2
11-
tqdm==4.11.2
12-
numpy==1.13.1
13-
simplejson==3.11.1
2+
klein==17.10.0
3+
hyperlink==17.3.1
4+
six==1.11.0
5+
matplotlib==2.1.0
6+
simplejson==3.13.2
7+
cloudpickle==0.6.1
8+
149

1510
### Sklearn
16-
spacy==1.8.2
17-
scikit-learn==0.19.1
18-
sklearn-crfsuite==0.3.5
11+
spacy==2.0.18
12+
sklearn-crfsuite==0.3.6
1913

2014
###rasa_core
21-
apscheduler==3.3.1
22-
fakeredis==0.8.2
23-
graphviz==0.7.1
24-
h5py==2.7.0
25-
jsonpickle==0.9.4
26-
keras==2.0.8
27-
pandoc==1.0.0b2
28-
redis==2.10.5
29-
tensorflow
30-
networkx==1.11
31-
fbmessenger==4.3.1
32-
ConfigArgParse==0.12.0
33-
pykwalify==1.6.0
34-
coloredlogs==7.3
35-
ruamel.yaml==0.15.34
36-
flask==0.12
37-
rasa_nlu
15+
## Setup py requirements
16+
jsonpickle==1.0.0
17+
redis==2.10.6
18+
fakeredis==0.10.3
19+
numpy==1.16.0
20+
scipy==1.2.0
21+
typing==3.6.6
22+
ruamel.yaml==0.15.85
23+
requests==2.21.0
24+
tensorflow==1.12.0
25+
apscheduler==3.5.3
26+
tqdm==4.29.1
27+
networkx==2.2
28+
fbmessenger==5.3.2
29+
pykwalify==1.7.0
30+
coloredlogs==10.0
31+
flask==1.0.2
32+
flask_cors==3.0.7
33+
scikit-learn==0.20.2
34+
rasa_nlu~=0.14.0
35+
slackclient==1.3.0
36+
python-telegram-bot==11.1.0
37+
twilio==6.23.0
38+
webexteamssdk==1.1.1
39+
mattermostwrapper==2.1
40+
colorhash==1.0.2
41+
pika==0.12.0
42+
jsonschema==2.6.0
43+
packaging==18.0
44+
gevent==1.4.0
45+
pytz==2018.9
46+
rasa_core_sdk~=0.12.1
47+
pymongo==3.7.2
48+
python-dateutil==2.7.5
49+
rocketchat_API==0.6.25
50+
colorclass==2.2.0
51+
terminaltables==3.1.0
52+
questionary==1.0.1
53+
flask-jwt-simple==0.0.3
54+
python-socketio==3.1.1
55+
pydot==1.4.1
56+
keras-applications==1.0.6
57+
keras-preprocessing==1.0.5
58+
protobuf==3.6.0
3859

3960
###additional
4061
pypandoc
41-
slackclient
4262
rasa_core
4363
git+https://github.com/apixu/apixu-python.git

0 commit comments

Comments
 (0)