Skip to content

Commit d2f4c49

Browse files
authored
Merge branch 'main' into dependabot/pip/pandas-2.2.2
2 parents 87997a0 + b417ad4 commit d2f4c49

14 files changed

+10283
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ scikit-learn==1.4.2
22
imbalanced-learn==0.12.2
33
pandas==2.2.2
44
nltk~=3.8.1
5-
setuptools==69.2.0
6-
pytest==8.1.1
5+
setuptools==69.5.1
6+
pytest==8.2.0
77
requests~=2.31.0
88
imblearn~=0.0
9-
joblib~=1.4.0
9+
joblib~=1.4.2
1010
xgboost~=2.0.3

spam_detector_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.1.13"
7+
__version__ = "2.1.14"
88
__test_version__ = False

spam_detector_ai/data/spam.csv

Lines changed: 10275 additions & 0 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
202 KB
Binary file not shown.
0 Bytes
Binary file not shown.
202 KB
Binary file not shown.
298 KB
Binary file not shown.
202 KB
Binary file not shown.
38.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)