File tree 1 file changed +14
-3
lines changed 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ when we trained the models.
17
17
Last but not least we aim to clean up the codebase a bit and ** maybe** introduce some features or
18
18
datasets.
19
19
20
- Logo from < https://www.istockphoto.com/vector/comic-text-phrase-pop-art-wtf-gm846106188-138614723 >
21
-
22
20
## Changelog
23
21
24
- See [ CHANGELOG.md] ( https://gitlab.com/dimitrios/alt-profanity-check/-/blob/master/CHANGELOG.md )
22
+ See
23
+ [ CHANGELOG.md] ( https://github.com/dimitrismistriotis/alt-profanity-check/blob/master/CHANGELOG.md )
25
24
26
25
## How It Works
27
26
@@ -84,6 +83,18 @@ $ pip install alt-profanity-check
84
83
85
84
### For older Python versions
86
85
86
+ #### Python 3.7
87
+
88
+ From Scikit-learn's [ Github page] ( https://github.com/scikit-learn/scikit-learn ) :
89
+
90
+ > scikit-learn 1.0 and later require Python 3.7 or newer.
91
+ > scikit-learn 1.1 and later require Python 3.8 or newer.
92
+
93
+ Which means that from 1.1.2 and later, Python 3.7 is not supported, hence:
94
+ If you are using 3.6 pin alt-profanity-check to ** 1.0.2.1** .
95
+
96
+ #### Python 3.6
97
+
87
98
Following Scikit-learn, ** Python3.6** is not supported after its 1.0 version if you are using 3.6 pin
88
99
alt-profanity-check to ** 0.24.2** .
89
100
You can’t perform that action at this time.
0 commit comments