adarsh commited on
Commit
4dd677f
1 Parent(s): 2f4815d

updated seaborn

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -0
requirements.txt CHANGED
@@ -1,6 +1,9 @@
 
1
  aiohttp==3.9.3
2
  aiosignal==1.3.1
3
  altair==5.3.0
 
 
4
  asgiref==3.8.1
5
  attrs==23.2.0
6
  blinker==1.8.1
@@ -9,21 +12,41 @@ certifi==2024.2.2
9
  charset-normalizer==3.3.2
10
  click==8.1.7
11
  colorama==0.4.6
 
 
12
  datasets==2.18.0
13
  dill==0.3.8
14
  Django==5.0.3
 
 
 
 
 
15
  filelock==3.13.4
 
 
 
16
  frozenlist==1.4.1
17
  fsspec==2024.2.0
18
  gitdb==4.0.11
19
  GitPython==3.1.43
 
 
 
 
 
 
20
  huggingface-hub==0.22.2
21
  idna==3.6
 
 
22
  Jinja2==3.1.3
23
  jsonschema==4.21.1
24
  jsonschema-specifications==2023.12.1
 
25
  markdown-it-py==3.0.0
26
  MarkupSafe==2.1.5
 
27
  mdurl==0.1.2
28
  mpmath==1.3.0
29
  multidict==6.0.5
@@ -31,16 +54,22 @@ multiprocess==0.70.16
31
  mysqlclient==2.2.4
32
  networkx==3.3
33
  numpy==1.26.4
 
34
  packaging==24.0
35
  pandas==2.2.1
36
  pillow==10.3.0
37
  protobuf==4.25.3
38
  pyarrow==15.0.2
39
  pyarrow-hotfix==0.6
 
 
40
  pydeck==0.9.0b1
 
41
  Pygments==2.17.2
 
42
  python-dateutil==2.9.0.post0
43
  python-dotenv==1.0.1
 
44
  pytz==2024.1
45
  PyYAML==6.0.1
46
  referencing==0.35.0
@@ -48,23 +77,36 @@ regex==2024.4.16
48
  requests==2.31.0
49
  rich==13.7.1
50
  rpds-py==0.18.0
 
51
  safetensors==0.4.3
 
 
 
52
  six==1.16.0
53
  smmap==5.0.1
 
54
  sqlparse==0.4.4
 
55
  streamlit==1.33.0
56
  sympy==1.12
57
  tenacity==8.2.3
58
  tokenizers==0.19.1
59
  toml==0.10.2
 
60
  toolz==0.12.1
61
  torch==2.2.2
62
  tornado==6.4
63
  tqdm==4.66.2
64
  transformers==4.40.1
 
65
  typing_extensions==4.11.0
66
  tzdata==2024.1
 
67
  urllib3==2.2.1
 
68
  watchdog==4.0.0
 
 
 
69
  xxhash==3.4.1
70
  yarl==1.9.4
 
1
+ aiofiles==23.2.1
2
  aiohttp==3.9.3
3
  aiosignal==1.3.1
4
  altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
  asgiref==3.8.1
8
  attrs==23.2.0
9
  blinker==1.8.1
 
12
  charset-normalizer==3.3.2
13
  click==8.1.7
14
  colorama==0.4.6
15
+ contourpy==1.2.1
16
+ cycler==0.12.1
17
  datasets==2.18.0
18
  dill==0.3.8
19
  Django==5.0.3
20
+ dnspython==2.6.1
21
+ email_validator==2.1.1
22
+ fastapi==0.111.0
23
+ fastapi-cli==0.0.2
24
+ ffmpy==0.3.2
25
  filelock==3.13.4
26
+ Flask==3.0.3
27
+ Flask-HTTPAuth==4.8.0
28
+ fonttools==4.51.0
29
  frozenlist==1.4.1
30
  fsspec==2024.2.0
31
  gitdb==4.0.11
32
  GitPython==3.1.43
33
+ gradio==4.29.0
34
+ gradio_client==0.16.1
35
+ h11==0.14.0
36
+ httpcore==1.0.5
37
+ httptools==0.6.1
38
+ httpx==0.27.0
39
  huggingface-hub==0.22.2
40
  idna==3.6
41
+ importlib_resources==6.4.0
42
+ itsdangerous==2.2.0
43
  Jinja2==3.1.3
44
  jsonschema==4.21.1
45
  jsonschema-specifications==2023.12.1
46
+ kiwisolver==1.4.5
47
  markdown-it-py==3.0.0
48
  MarkupSafe==2.1.5
49
+ matplotlib==3.8.4
50
  mdurl==0.1.2
51
  mpmath==1.3.0
52
  multidict==6.0.5
 
54
  mysqlclient==2.2.4
55
  networkx==3.3
56
  numpy==1.26.4
57
+ orjson==3.10.3
58
  packaging==24.0
59
  pandas==2.2.1
60
  pillow==10.3.0
61
  protobuf==4.25.3
62
  pyarrow==15.0.2
63
  pyarrow-hotfix==0.6
64
+ pydantic==2.7.1
65
+ pydantic_core==2.18.2
66
  pydeck==0.9.0b1
67
+ pydub==0.25.1
68
  Pygments==2.17.2
69
+ pyparsing==3.1.2
70
  python-dateutil==2.9.0.post0
71
  python-dotenv==1.0.1
72
+ python-multipart==0.0.9
73
  pytz==2024.1
74
  PyYAML==6.0.1
75
  referencing==0.35.0
 
77
  requests==2.31.0
78
  rich==13.7.1
79
  rpds-py==0.18.0
80
+ ruff==0.4.3
81
  safetensors==0.4.3
82
+ seaborn==0.13.2
83
+ semantic-version==2.10.0
84
+ shellingham==1.5.4
85
  six==1.16.0
86
  smmap==5.0.1
87
+ sniffio==1.3.1
88
  sqlparse==0.4.4
89
+ starlette==0.37.2
90
  streamlit==1.33.0
91
  sympy==1.12
92
  tenacity==8.2.3
93
  tokenizers==0.19.1
94
  toml==0.10.2
95
+ tomlkit==0.12.0
96
  toolz==0.12.1
97
  torch==2.2.2
98
  tornado==6.4
99
  tqdm==4.66.2
100
  transformers==4.40.1
101
+ typer==0.12.3
102
  typing_extensions==4.11.0
103
  tzdata==2024.1
104
+ ujson==5.9.0
105
  urllib3==2.2.1
106
+ uvicorn==0.29.0
107
  watchdog==4.0.0
108
+ watchfiles==0.21.0
109
+ websockets==11.0.3
110
+ Werkzeug==3.0.2
111
  xxhash==3.4.1
112
  yarl==1.9.4