File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
- certifi == 2020.4.5.1
2
- chardet == 3.0.4
3
- cycler == 0.10.0
4
- idna == 2.9
5
- joblib == 0.14.1
6
- kiwisolver == 1.2.0
7
1
matplotlib == 3.3.4
8
2
nose == 1.3.7
9
3
numpy == 1.18.5
10
4
pandas == 1.0.3
11
- pyparsing == 2.4.7
12
- python-dateutil == 2.8.1
13
- pytz == 2020.1
14
5
requests == 2.23.0
15
6
scikit-learn == 0.22.2.post1
16
7
scipy == 1.4.1
17
- threadpoolctl == 2.1.0
18
- urllib3 == 1.25.9
Original file line number Diff line number Diff line change 56
56
# requirements files see:
57
57
# https://packaging.python.org/en/latest/requirements.html
58
58
install_requires = [
59
- 'certifi>=2016.8.2' ,
60
- 'chardet>=3.0.0' ,
61
- 'cycler>=0.10.0' ,
62
- 'idna>=2.2' ,
63
- 'joblib>=0.11' ,
64
- 'kiwisolver>=1.1.0' ,
65
59
'matplotlib>=3.3.4' ,
66
60
'numpy>=1.10.1' ,
67
61
'pandas>=0.17.0' ,
68
- 'pyparsing>=2.0.4' ,
69
- 'python-dateutil>=2.4.2' ,
70
- 'pytz>=2017.2' ,
71
62
'requests>=2.8.1' ,
72
63
'scikit-learn>=0.18' ,
73
64
'scipy>=0.17.0' ,
74
- 'threadpoolctl>=1.0.0' ,
75
- 'urllib3>=1.22'
76
65
],
77
66
78
67
# List additional groups of dependencies here (e.g. development
You can’t perform that action at this time.
0 commit comments