-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
24 lines (24 loc) · 1.48 KB
/
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
attrs==23.1.0; python_version >= "3.7"
bibtexparser==1.4.0
biopython==1.81; python_version >= "3.7"
clean-base==0.1.2; python_version >= "3.11"
click==8.1.7; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
multimethod==1.9.1; python_version >= "3.7"
mypy-extensions==1.0.0; python_version >= "3.7"
numpy==1.24.4; python_version >= "3.11"
packaging==23.1; python_version >= "3.7"
pandas==2.0.3; python_version >= "3.8"
pandera==0.16.1; python_version >= "3.7"
pickledb==0.9.2
pydantic==1.10.12; python_version >= "3.7"
pyparsing==2.4.7; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
pytz==2023.3.post1; python_version >= "3.8"
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
typeguard==4.1.4; python_version >= "3.8"
typing-extensions==4.7.1; python_version < "3.12" and python_version >= "3.8"
typing-inspect==0.9.0; python_version >= "3.7"
tzdata==2023.3; python_version >= "3.8"
unidecode==1.3.6; python_version >= "3.5"
wrapt==1.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"