forked from fairnessforensics/wiggum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
94 lines (90 loc) · 1.86 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alabaster = "==0.7.11"
atomicwrites = "==1.3.0"
attrs = "==19.1.0"
backcall = "==0.1.0"
bleach = ">=3.3.0"
certifi = "==2018.4.16"
chardet = "==3.0.4"
click = "==6.7"
decorator = "==4.3.0"
docutils = "==0.14"
entrypoints = "==0.2.3"
html5lib = "==1.0.1"
idna = "==2.7"
imagesize = "==1.0.0"
importlib-metadata = "==4.8.1"
ipykernel = "==4.8.2"
ipython = "==7.7.0"
ipywidgets = "==7.4.0"
itsdangerous = "==0.24"
jedi = "==0.12.1"
jsonschema = "==2.6.0"
jupyter = "==1.0.0"
jupyter-client = "*"
jupyter-console = "==6.0.0"
jupyter-core = "*"
kiwisolver = "==1.0.1"
matplotlib = "==3.1.1"
mistune = "==0.8.3"
more-itertools = "==7.2.0"
nbconvert = "==5.3.1"
nbformat = "==4.4.0"
nbsphinx = "==0.3.4"
notebook = ">=6.1.5"
numpy = "*"
numpydoc = "==0.8.0"
pandas = "*"
pandoc = "==1.0.2"
pandocfilters = "==1.4.2"
parso = "==0.3.1"
pexpect = "==4.6.0"
pickleshare = "==0.7.4"
pluggy = "==0.12.0"
ply = "==3.11"
prometheus-client = "==0.3.1"
prompt-toolkit = "==2.0.9"
ptyprocess = "==0.6.0"
py = "==1.10.0"
pyparsing = "==2.2.0"
pytest = "==5.0.1"
python-dateutil = "==2.7.3"
pytz = "==2018.5"
pyzmq = "==17.1.0"
qtconsole = "==4.3.1"
requests = "==2.20.0"
scikit-learn = "==1.0"
scipy = ">=1.3.0"
sklearn = '*'
seaborn = "==0.9.0"
simplegeneric = "==0.8.1"
six = "==1.11.0"
snowballstemmer = "==1.2.1"
sphinx-js = "==3.0"
sphinxcontrib-websupport = "==1.1.0"
terminado = ">=0.8.1"
testpath = "==0.3.1"
tornado = ">=5.1"
traitlets = "==4.3.2"
urllib3 = "==1.23"
wcwidth = "==0.1.7"
webencodings = "==0.5.1"
widgetsnbextension = "==3.4.0"
zipp = "==0.5.2"
Babel = "==2.9.1"
Cycler = "==0.10.0"
Flask = "==1.1.1"
ipython_genutils = "==0.2.0"
Jinja2 = "==2.11.3"
MarkupSafe = "==1.1.1"
Pygments = "==2.7.4"
Send2Trash = "==1.5.0"
Sphinx = "==4.2.0"
Werkzeug = "==0.15.5"
[dev-packages]
[requires]
python_version = "3.8"