generated from mariaelf97/PythonProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
54 lines (54 loc) · 975 Bytes
/
requirements.txt
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
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
bio==1.6.2
# via -r requirements.in
biopython==1.83
# via bio
biothings-client==0.3.1
# via mygene
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
gprofiler-official==1.0.0
# via bio
idna==3.6
# via requests
mygene==3.2.2
# via bio
numpy==1.24.4
# via
# biopython
# pandas
packaging==23.2
# via pooch
pandas==2.0.3
# via
# -r requirements.in
# bio
platformdirs==4.2.0
# via pooch
pooch==1.8.1
# via bio
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
requests==2.31.0
# via
# bio
# biothings-client
# gprofiler-official
# pooch
six==1.16.0
# via python-dateutil
tqdm==4.66.2
# via bio
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests