[31d862]: / Pipfile

Download this file

21 lines (17 with data), 330 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
ipdb = "*"
pylint = "*"
"autopep8" = "*"
[packages]
scikit-learn = "==0.19.*"
pandas = "==0.22.*"
sklearn-porter = "==0.6.*"
docopt = "==0.2.*"
imbalanced-learn = "==0.3.*"
matplotlib = "==2.2.*"
[requires]
python_version = "3.5"