Skip to content

Commit e63ece5

Browse files
committed
[bug fix]: envirement dependency of macOS Mojava
1 parent b69d4b9 commit e63ece5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Full Code/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
gevent==1.2.1
33
Klein==17.2.0
44
boto3==1.4.4
5-
typing==3.5.3.0
5+
typing==3.6.6
66
future==0.16.0
77
six==1.10.0
88
jsonschema==2.6.0
99
matplotlib==1.5.3
1010
requests==2.14.2
1111
tqdm==4.11.2
12-
numpy==1.13.1
12+
numpy==1.15.0
1313
simplejson==3.11.1
1414

1515
### Sklearn
16-
spacy==1.8.2
17-
scikit-learn==0.19.1
16+
spacy==2.0.18
17+
scikit-learn==0.20.0
1818
sklearn-crfsuite==0.3.5
1919

2020
###rasa_core
@@ -40,4 +40,4 @@ rasa_nlu==0.11.4
4040
pypandoc
4141
slackclient
4242
rasa_core==0.8.2
43-
git+https://github.com/apixu/apixu-python.git
43+
git+https://github.com/apixu/apixu-python.git

0 commit comments

Comments
 (0)