We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceae73a commit ab00c6aCopy full SHA for ab00c6a
requirements.txt
@@ -2,3 +2,4 @@ jieba==0.39
2
numpy==1.13.3
3
terminaltables==3.1.0
4
nltk==3.2.5
5
+matplotlib==2.2.2
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='cherry',
22
- version='0.3.1',
+ version='0.3.2',
23
description='classify data with native bayes',
24
long_description=long_description,
25
url='https://github.com/Sunkist-Cherry/cherry',
@@ -42,6 +42,7 @@
42
'numpy>=1.13.3',
43
'terminaltables>=3.1.0',
44
'nltk>=3.2.5',
45
+ 'matplotlib>=2.2.2'
46
],
47
packages=['cherry'],
48
package_data={
0 commit comments