generated from SiddharthaShandilya/air_quality_index_prediction
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
119 lines (118 loc) · 1.97 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
aiohttp==3.8.1
aiohttp-retry==2.4.6
aiosignal==1.2.0
appdirs==1.4.4
async-timeout==4.0.2
asyncssh==2.11.0
asynctest==0.13.0
atpublic==3.0.1
attrs==21.4.0
beautifulsoup4==4.11.1
bs4==0.0.1
cached-property==1.5.2
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
click==8.1.3
colorama==0.4.4
commonmark==0.9.1
configobj==5.0.6
cryptography==37.0.2
cycler==0.11.0
dictdiffer==0.9.0
diskcache==5.4.0
distro==1.7.0
dpath==2.0.6
dulwich==0.20.43
dvc==2.10.2
dvc-render==0.0.5
dvclive==0.8.2
Flask==2.1.2
Flask-Cors==3.0.10
flatten-dict==0.4.2
flufl.lock==7.0
fonttools==4.33.3
frozenlist==1.3.0
fsspec==2022.5.0
ftfy==6.1.1
funcy==1.17
future==0.18.2
gitdb==4.0.9
GitPython==3.1.27
grandalf==0.6
idna==3.3
importlib-metadata==4.11.4
importlib-resources==5.7.1
itsdangerous==2.1.2
jaraco.classes==3.2.1
jaraco.collections==3.5.1
jaraco.context==4.1.1
jaraco.functools==3.5.0
jaraco.structures==2.1.0
jaraco.text==3.8.0
jaraco.ui==2.3.0
jaraco.windows==5.7.0
Jinja2==3.1.2
joblib==1.1.0
kiwisolver==1.4.2
mailchecker==4.1.17
MarkupSafe==2.1.1
matplotlib==3.5.2
more-itertools==8.13.0
multidict==6.0.2
nanotime==0.5.2
networkx==2.6.3
numpy==1.21.6
packaging==21.3
pandas==1.3.5
path==16.4.0
pathspec==0.9.0
patsy==0.5.2
phonenumbers==8.12.49
Pillow==9.1.1
psutil==5.9.1
pycparser==2.21
pydot==1.4.2
pygit2==1.9.2
Pygments==2.12.0
pygtrie==2.4.2
pyparsing==3.0.9
python-benedict==0.25.1
python-dateutil==2.8.2
python-fsutil==0.6.1
python-slugify==6.1.2
pytz==2022.1
PyYAML==6.0
requests==2.27.1
rich==12.4.4
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
scikit-learn==1.0.2
scipy==1.7.3
scmrepo==0.0.19
seaborn==0.11.2
shortuuid==1.0.9
shtab==1.5.4
six==1.16.0
sklearn==0.0
smmap==5.0.0
soupsieve==2.3.2.post1
statsmodels==0.13.2
tabulate==0.8.9
text-unidecode==1.3
threadpoolctl==3.1.0
toml==0.10.2
tqdm==4.64.0
typing_extensions==4.2.0
urllib3==1.26.9
voluptuous==0.13.1
wcwidth==0.2.5
Werkzeug==2.1.2
wincertstore==0.2
xgboost==1.5.2
xmltodict==0.13.0
yarl==1.7.2
zc.lockfile==2.0
zipp==3.8.0
#local libraries
-e .