File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Changed
28
28
- replaced ``yaml `` with ``ruamel.yaml ``
29
29
- updated spacy version to 2.0.18
30
30
- updated TensorFlow version to 1.12.0
31
+ - updated scikit-learn version to 0.20.2
31
32
32
33
Removed
33
34
-------
46
47
- Updated CORS support for the server.
47
48
Added the ``Access-Control-Allow-Headers `` and ``Content-Type `` headers for nlu server
48
49
- parsing of emojis which are sent within jsons
50
+ - Bad input shape error from ``sklearn_intent_classifier `` when using ``scikit-learn==0.20.2 ``
49
51
50
52
[0.13.8] - 2018-11-21
51
53
^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 44
44
45
45
extras_requires = {
46
46
'test' : tests_requires ,
47
- 'spacy' : ["scikit-learn< 0.20" ,
47
+ 'spacy' : ["scikit-learn~= 0.20.2 " ,
48
48
"sklearn-crfsuite~=0.3.6" ,
49
49
"scipy~=1.1" ,
50
50
"spacy<=2.0.18,>2.0" ,
51
51
],
52
- 'tensorflow' : ["scikit-learn< 0.20" ,
52
+ 'tensorflow' : ["scikit-learn~= 0.20.2 " ,
53
53
"sklearn-crfsuite~=0.3.6" ,
54
54
"scipy~=1.1" ,
55
55
"tensorflow~=1.12"
You can’t perform that action at this time.
0 commit comments