-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
100 lines (100 loc) · 1.76 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
bleach==6.1.0
# via kaggle
certifi==2024.2.2
# via
# kaggle
# requests
charset-normalizer==3.3.2
# via requests
contourpy==1.1.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.50.0
# via matplotlib
idna==3.6
# via requests
importlib-resources==6.3.1
# via matplotlib
joblib==1.3.2
# via scikit-learn
kaggle==1.6.6
# via -r requirements.in
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.7.5
# via seaborn
numpy==1.24.4
# via
# contourpy
# matplotlib
# pandas
# patsy
# scikit-learn
# scipy
# seaborn
# statsmodels
packaging==24.0
# via
# matplotlib
# statsmodels
pandas==2.0.3
# via
# -r requirements.in
# seaborn
# statsmodels
patsy==0.5.6
# via statsmodels
pillow==10.2.0
# via matplotlib
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# kaggle
# matplotlib
# pandas
python-slugify==8.0.4
# via kaggle
pytz==2024.1
# via pandas
requests==2.31.0
# via kaggle
scikit-learn==1.3.2
# via -r requirements.in
scipy==1.10.1
# via
# scikit-learn
# statsmodels
seaborn==0.13.2
# via -r requirements.in
six==1.16.0
# via
# bleach
# kaggle
# patsy
# python-dateutil
statsmodels==0.14.1
# via -r requirements.in
text-unidecode==1.3
# via python-slugify
threadpoolctl==3.3.0
# via scikit-learn
tqdm==4.66.2
# via kaggle
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via
# kaggle
# requests
webencodings==0.5.1
# via bleach
zipp==3.18.1
# via importlib-resources