[7d5693]: / Pipfile

Download this file

34 lines (30 with data), 458 Bytes

 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
scipy = "*"
pandas = "*"
seaborn = "*"
scikit-learn = "*"
matplotlib = "*"
plotly = "*"
statsmodels = "*"
loguru = "*"
requests = "*"
neo4j-driver = "*"
tqdm = "*"
pillow = "*"
jupyterlab = "*"
bioservices = "*"
networkx = "*"
tzlocal = "*"
pals-pathway = "*"
mofapy2 = "*"
mofax = "*"
[dev-packages]
twine = "*"
build = "*"
[requires]
python_version = "3"