-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
84 lines (81 loc) · 1.67 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appnope = "==0.1.0"
backcall = "==0.1.0"
bayesian-optimization = "===1.1.0"
blas = "==1.0"
ca-certificates = "==2020.4.5.1"
certifi = "==2020.4.5.1"
decorator = "==4.4.2"
entrypoints = "==0.3"
fastprogress = "==0.2.2"
ipykernel = "==5.1.4"
ipython = "==7.13.0"
jedi = "==0.16.0"
joblib = "==0.14.1"
jupyter-client = "==6.1.2"
jupyter-core = "==4.6.3"
libcxx = "==4.0.1"
libcxxabi = "==4.0.1"
libedit = "==3.1.20181209"
libffi = "==3.2.1"
libgfortran = "==3.0.1"
libpng = "==1.6.37"
libsodium = "==1.0.16"
llvm-openmp = "==10.0.0"
matplotlib-base = "==3.1.3"
mkl = "==2019.5"
mkl-service = "==2.3.0"
mkl-fft = "==1.1.0"
mkl-random = "==1.1.0"
ncurses = "==6.2"
numpy-base = "==1.18.1"
openssl = "==1.1.1g"
parso = "==0.6.2"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
prompt-toolkit = "==3.0.4"
ptyprocess = "==0.6.0"
pyaml = "==19.4.1"
pyparsing = "==2.4.7"
python = "==3.8.2"
python-dateutil = "==2.8.1"
python-abi = "==3.8"
pyzmq = "==18.1.1"
readline = "==8.0"
scikit-learn = "==0.22.1"
scikit-optimize = "==0.7.4"
scipy = "==1.4.1"
six = "==1.14.0"
sqlite = "==3.31.1"
tk = "==8.6.8"
tornado = "==6.0.4"
traitlets = "==4.3.3"
wcwidth = "==0.1.9"
xz = "==5.2.5"
yaml = "==0.2.4"
zeromq = "==4.3.1"
zlib = "==1.2.11"
fastdtw = "==0.3.4"
future = "==0.18.2"
kiwisolver = "==1.2.0"
lifelines = "==0.24.4"
matplotlib = "==3.2.1"
numpy = "==1.18.3"
pandas = "==1.0.3"
plotly = "==4.7.1"
pytz = "==2019.3"
retrying = "==1.3.3"
seaborn = "==0.10.0"
tabulate = "==0.8.7"
Cycler = "==0.10.0"
Freetype = "==2.10.1"
ipython_genutils = "==0.2.0"
Pygments = "==2.6.1"
PyYAML = "==5.3.1"
[dev-packages]
[requires]
python_version = "3.8"