Skip to content

Commit 66a81de

Browse files
committed
updated requirements and increase version
1 parent 465fa17 commit 66a81de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = spam-detector-ai
3-
version = 1.0.2
3+
version = 1.0.3
44
description = A package for spam detection using machine learning algorithms.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -40,6 +40,7 @@ install_requires =
4040
scikit-learn
4141
pandas
4242
numpy
43+
pytest
4344

4445
[options.package_data]
4546
* = data/*

0 commit comments

Comments
 (0)