Diff of /Pipfile [000000] .. [7d5693]

Switch to unified view

a b/Pipfile
1
[[source]]
2
url = "https://pypi.org/simple"
3
verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
numpy = "*"
8
scipy = "*"
9
pandas = "*"
10
seaborn = "*"
11
scikit-learn = "*"
12
matplotlib = "*"
13
plotly = "*"
14
statsmodels = "*"
15
loguru = "*"
16
requests = "*"
17
neo4j-driver = "*"
18
tqdm = "*"
19
pillow = "*"
20
jupyterlab = "*"
21
bioservices = "*"
22
networkx = "*"
23
tzlocal = "*"
24
pals-pathway = "*"
25
mofapy2 = "*"
26
mofax = "*"
27
28
[dev-packages]
29
twine = "*"
30
build = "*"
31
32
[requires]
33
python_version = "3"