forked from shibuiwilliam/building-ml-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
19 lines (19 loc) · 1.49 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
charset-normalizer==2.0.6; python_full_version >= "3.6.0" and python_version >= "3"
colorama==0.4.4; python_version >= "2.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and platform_system == "Windows"
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
joblib==1.2.0; python_version >= "3.7"
kaggle==1.5.12
numpy==1.23.3; python_version >= "3.8" and python_version < "3.12"
psycopg2-binary==2.9.1; python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
python-slugify==5.0.2; python_version >= "3.6"
requests==2.26.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
scikit-learn==1.0; python_version >= "3.7"
scipy==1.9.1; python_version >= "3.8" and python_version < "3.12"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
text-unidecode==1.3; python_version >= "3.6"
threadpoolctl==2.2.0; python_version >= "3.7"
tqdm==4.62.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
uvloop==0.16.0; python_version >= "3.7"