Commit 4d7cf21
committed
Apply PR practical-data-science#41: Replace deprecated sklearn with scikit-learn
- Changed setup.py: sklearn -> scikit-learn in install_requires
- Changed requirements.txt: commented out sklearn~=0.0
- Updated requirements.txt: pandas~=1.2.4 -> pandas>=2.0.0
- Eliminates sklearn installation warnings
- Adds pandas 2.x support
- Reference: practical-data-science#411 parent 7b8d41f commit 4d7cf21
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments