forked from FoxoTech/methylcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (39 loc) · 837 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
autopep8 = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-builtins = "*"
flake8-commas = "*"
flake8-comprehensions = "*"
flake8-quotes = "*"
pep8-naming = "*"
pylint = "*"
pytest = "*"
pytest-runner = "*"
pytest-mock = "*"
coverage = "*"
nbsphinx = "*"
sphinx = "*"
# xlrd = ">=1.0.0" (after Dec 2020 xlsx not supported; use openpyxl)
sphinxcontrib-apidoc = "*"
m2r = "*"
ipykernel = "*"
[packages]
numpy = "*"
pandas = ">=1.3.0"
statsmodels = "*"
scipy = "*"
matplotlib = "*"
seaborn = "*"
tqdm = ">=4.61.2"
joblib = "*"
# scikit-learn = "*" #<--- MDS is embedded in this package, but it will use sklearn if present.
# methylcheck = {editable = true,extras = ["dev"],path = "."}
xlsxwriter = "*"
openpyxl = "*"
[requires]
python_version = "3.8"