Skip to content

Commit c80d34b

Browse files
Python 3.6 notes, fix link to Changelog, remove logo as we do not use logo on Github.
1 parent f10ceb4 commit c80d34b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ when we trained the models.
1717
Last but not least we aim to clean up the codebase a bit and **maybe** introduce some features or
1818
datasets.
1919

20-
Logo from <https://www.istockphoto.com/vector/comic-text-phrase-pop-art-wtf-gm846106188-138614723>
21-
2220
## Changelog
2321

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)
2524

2625
## How It Works
2726

@@ -84,6 +83,18 @@ $ pip install alt-profanity-check
8483

8584
### For older Python versions
8685

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+
8798
Following Scikit-learn, **Python3.6** is not supported after its 1.0 version if you are using 3.6 pin
8899
alt-profanity-check to **0.24.2**.
89100

0 commit comments

Comments
 (0)