Skip to content

Commit ab00c6a

Browse files
committed
update to
0.3.2
1 parent ceae73a commit ab00c6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ jieba==0.39
22
numpy==1.13.3
33
terminaltables==3.1.0
44
nltk==3.2.5
5+
matplotlib==2.2.2

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='cherry',
22-
version='0.3.1',
22+
version='0.3.2',
2323
description='classify data with native bayes',
2424
long_description=long_description,
2525
url='https://github.com/Sunkist-Cherry/cherry',
@@ -42,6 +42,7 @@
4242
'numpy>=1.13.3',
4343
'terminaltables>=3.1.0',
4444
'nltk>=3.2.5',
45+
'matplotlib>=2.2.2'
4546
],
4647
packages=['cherry'],
4748
package_data={

0 commit comments

Comments
 (0)