esteele commited on
Commit
16235a3
·
verified ·
1 Parent(s): aed2def

Update requirements.txt

Browse files

cut out reqs to remove transist ones

Files changed (1) hide show
  1. requirements.txt +16 -149
requirements.txt CHANGED
@@ -1,159 +1,26 @@
1
- aiofiles==23.2.1
2
- altair==5.1.1
3
- annotated-types==0.5.0
4
- anyio==3.7.1
5
- argon2-cffi==23.1.0
6
- argon2-cffi-bindings==21.2.0
7
- arrow==1.2.3
8
- asttokens==2.4.0
9
- async-lru==2.0.4
10
- attrs==23.1.0
11
- Babel==2.12.1
12
- backcall==0.2.0
13
- beautifulsoup4==4.12.2
14
- bleach==6.0.0
15
- blinker==1.6.2
16
- cachetools==5.3.1
17
- certifi==2023.7.22
18
- cffi==1.15.1
19
- charset-normalizer==3.2.0
20
- click==8.1.7
21
- colorama==0.4.6
22
- comm==0.1.4
23
- contourpy==1.1.0
24
- cycler==0.11.0
25
- debugpy==1.8.0
26
- decorator==5.1.1
27
- defusedxml==0.7.1
28
- executing==1.2.0
29
  fastapi==0.103.2
30
- fastjsonschema==2.18.0
31
- ffmpy==0.3.1
32
- filelock==3.12.4
33
- fonttools==4.42.1
34
- fqdn==1.5.1
35
- fsspec==2023.9.2
36
- gitdb==4.0.10
37
- GitPython==3.1.36
38
  gradio==3.45.2
39
  gradio_client==0.5.3
40
- h11==0.14.0
41
- httpcore==0.18.0
42
- httpx==0.25.0
43
  huggingface-hub==0.17.3
44
- idna==3.4
45
- importlib-metadata==6.8.0
46
- importlib-resources==6.1.0
47
- ipykernel==6.25.2
48
- ipython==8.15.0
49
- ipython-genutils==0.2.0
50
- ipywidgets==8.1.1
51
- isoduration==20.11.0
52
- jedi==0.19.0
53
- Jinja2==3.1.2
54
- joblib==1.3.2
55
- json5==0.9.14
56
- jsonpointer==2.4
57
- jsonschema==4.19.0
58
- jsonschema-specifications==2023.7.1
59
- jupyter==1.0.0
60
- jupyter-console==6.6.3
61
- jupyter-events==0.7.0
62
- jupyter-lsp==2.2.0
63
- jupyter_client==8.3.1
64
- jupyter_core==5.3.1
65
- jupyter_server==2.7.3
66
- jupyter_server_terminals==0.4.4
67
- jupyterlab==4.0.5
68
- jupyterlab-pygments==0.2.2
69
- jupyterlab-widgets==3.0.9
70
- jupyterlab_server==2.25.0
71
- kiwisolver==1.4.5
72
- markdown-it-py==3.0.0
73
- MarkupSafe==2.1.3
74
- matplotlib==3.7.3
75
- matplotlib-inline==0.1.6
76
- mdurl==0.1.2
77
- mistune==3.0.1
78
- nbclient==0.8.0
79
- nbconvert==7.8.0
80
- nbformat==5.9.2
81
- nest-asyncio==1.5.7
82
- notebook==7.0.3
83
- notebook_shim==0.2.3
84
  numpy==1.25.2
85
- orjson==3.9.7
86
- overrides==7.4.0
87
- packaging==23.1
88
  pandas==2.1.0
89
- pandocfilters==1.5.0
90
- parso==0.8.3
91
- pickleshare==0.7.5
92
- Pillow==9.5.0
93
- platformdirs==3.10.0
94
- plotly==5.16.1
95
- prometheus-client==0.17.1
96
- prompt-toolkit==3.0.39
97
- protobuf==4.24.3
98
- psutil==5.9.5
99
- pure-eval==0.2.2
100
- pyarrow==13.0.0
101
- pycparser==2.21
102
- pydantic==2.4.2
103
- pydantic_core==2.10.1
104
- pydeck==0.8.0
105
- pydub==0.25.1
106
- Pygments==2.16.1
107
- Pympler==1.0.1
108
- pyparsing==3.1.1
109
- python-dateutil==2.8.2
110
- python-json-logger==2.0.7
111
- python-multipart==0.0.6
112
- pytz==2023.3.post1
113
- pytz-deprecation-shim==0.1.0.post0
114
- PyYAML==6.0.1
115
- pyzmq==25.1.1
116
- qtconsole==5.4.4
117
- QtPy==2.4.0
118
- referencing==0.30.2
119
- requests==2.31.0
120
- rfc3339-validator==0.1.4
121
- rfc3986-validator==0.1.1
122
- rich==13.5.2
123
- rpds-py==0.10.2
124
  scikit-learn==1.2.2
125
  scipy==1.11.2
 
 
126
  seaborn==0.12.2
127
- semantic-version==2.10.0
128
- Send2Trash==1.8.2
129
- six==1.16.0
130
- smmap==5.0.0
131
- sniffio==1.3.0
132
- soupsieve==2.5
133
- stack-data==0.6.2
134
- starlette==0.27.0
135
- streamlit==1.26.0
136
- tenacity==8.2.3
137
- terminado==0.17.1
138
- threadpoolctl==3.2.0
139
- tinycss2==1.2.1
140
- toml==0.10.2
141
- toolz==0.12.0
142
- tornado==6.3.3
143
  tqdm==4.66.1
144
- traitlets==5.9.0
145
- typing_extensions==4.7.1
146
- tzdata==2023.3
147
- tzlocal==4.3.1
148
- uri-template==1.3.0
149
- urllib3==2.0.4
150
- uvicorn==0.23.2
151
- validators==0.22.0
152
- watchdog==3.0.0
153
- wcwidth==0.2.6
154
- webcolors==1.13
155
- webencodings==0.5.1
156
- websocket-client==1.6.3
157
- websockets==11.0.3
158
- widgetsnbextension==4.0.9
159
- zipp==3.16.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi==0.103.2
2
+ uvicorn==0.23.2
3
+
 
 
 
 
 
 
4
  gradio==3.45.2
5
  gradio_client==0.5.3
6
+
 
 
7
  huggingface-hub==0.17.3
8
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  numpy==1.25.2
 
 
 
10
  pandas==2.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  scikit-learn==1.2.2
12
  scipy==1.11.2
13
+
14
+ matplotlib==3.7.3
15
  seaborn==0.12.2
16
+ plotly==5.16.1
17
+
18
+ pillow==9.5.0
19
+ pyarrow==13.0.0
20
+
21
+ requests==2.31.0
 
 
 
 
 
 
 
 
 
 
22
  tqdm==4.66.1
23
+
24
+ orjson==3.9.7
25
+ python-multipart==0.0.6
26
+