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
71matplotlib == 3.3.4
82nose == 1.3.7
93numpy == 1.18.5
104pandas == 1.0.3
11- pyparsing == 2.4.7
12- python-dateutil == 2.8.1
13- pytz == 2020.1
145requests == 2.23.0
156scikit-learn == 0.22.2.post1
167scipy == 1.4.1
17- threadpoolctl == 2.1.0
18- urllib3 == 1.25.9
Original file line number Diff line number Diff line change 5656 # requirements files see:
5757 # https://packaging.python.org/en/latest/requirements.html
5858 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' ,
6559 'matplotlib>=3.3.4' ,
6660 'numpy>=1.10.1' ,
6761 'pandas>=0.17.0' ,
68- 'pyparsing>=2.0.4' ,
69- 'python-dateutil>=2.4.2' ,
70- 'pytz>=2017.2' ,
7162 'requests>=2.8.1' ,
7263 'scikit-learn>=0.18' ,
7364 'scipy>=0.17.0' ,
74- 'threadpoolctl>=1.0.0' ,
75- 'urllib3>=1.22'
7665 ],
7766
7867 # List additional groups of dependencies here (e.g. development
You can’t perform that action at this time.
0 commit comments