-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPipfile
72 lines (69 loc) · 1.44 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
[[source]]
url = "http://mirrors.aliyun.com/pypi/simple/"
verify_ssl = false
name = "pip_conf_index_global"
[packages]
adjusttext = ">=0.7.3"
asciitree = ">=0.3.3"
blinker = ">=1.7.0"
blosc2 = ">=2.0.0"
cairocffi = ">=1.6.1"
certifi = ">=2023.11.17"
cffi = ">=1.16.0"
charset-normalizer = ">=3.3.2"
click-option-group = ">=0.5.6"
click = ">=8.1.7"
colorama = ">=0.4.6"
contourpy = ">=1.1.1"
cooler = ">=0.9.3"
cycler = ">=0.12.1"
cython = ">=3.0.5"
cytoolz = ">=0.12.2"
dill = ">=0.3.7"
filetype = ">=1.2.0"
flask = ">=2.3.3"
fonttools = ">=4.45.1"
h5py = ">=3.10.0"
hicmatrix = ">=15"
idna = "*"
importlib-metadata = ">=6.8.0"
importlib-resources = ">=6.1.1"
intervaltree = ">=3.1.0"
itsdangerous = ">=2.1.2"
jinja2 = "*"
kiwisolver = ">=1.4.5"
loguru = ">=0.6.0"
markupsafe = ">=2.1.3"
matplotlib = ">=3.7.4"
msgpack = ">=1.0.7"
multiprocess = ">=0.70.15"
numexpr = ">=2.8.6"
numpy = ">=1.24.4"
packaging = ">=23.2"
pandas = ">=1.5.3"
pillow = "*"
py-cpuinfo = ">=9.0.0"
pybigwig = ">=0.3.22"
pycparser = ">=2.21"
pyfaidx = ">=0.7.2.2"
pyparsing = ">=3.1.1"
pysam = ">=0.21.0"
python-dateutil = ">=2.8.2"
pytz = ">=2023.3.post1"
pyyaml = ">=6.0.1"
requests = ">=2.32.0"
scipy = ">=1.10.1"
seaborn = ">=0.12.2"
simplejson = ">=3.19.2"
six = ">=1.16.0"
sortedcontainers = ">=2.4.0"
tables = ">=3.8.0"
toolz = ">=0.12.0"
urllib3 = ">=2.1.0"
werkzeug = "*"
win32-setctime = ">=1.1.0"
xmltodict = ">=0.13.0"
zipp = ">=3.17.0"
[dev-packages]
[requires]
python_version = "3.11"