davanstrien HF Staff commited on
Commit
5c610ba
·
1 Parent(s): caddeb0

add requirements

Browse files
Files changed (2) hide show
  1. requirements.in +7 -5
  2. requirements.txt +9 -4
requirements.in CHANGED
@@ -1,9 +1,11 @@
1
- httpx
2
- toolz
 
3
  gradio
4
- plotly
5
  pandas
 
6
  polars
7
- datasets
8
  pyarrow
9
- cachetools
 
 
1
+ IProgress
2
+ cachetools
3
+ datasets
4
  gradio
5
+ httpx
6
  pandas
7
+ plotly
8
  polars
 
9
  pyarrow
10
+ python-dotenv
11
+ toolz
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.10
3
  # by the following command:
4
  #
5
- # pip-compile --resolver=backtracking requirements.in
6
  #
7
  aiofiles==23.1.0
8
  # via gradio
@@ -88,6 +88,8 @@ idna==3.4
88
  # requests
89
  # rfc3986
90
  # yarl
 
 
91
  jinja2==3.1.2
92
  # via
93
  # altair
@@ -166,6 +168,8 @@ python-dateutil==2.8.2
166
  # via
167
  # matplotlib
168
  # pandas
 
 
169
  python-multipart==0.0.6
170
  # via gradio
171
  pytz==2023.2
@@ -189,7 +193,9 @@ rfc3986[idna2008]==1.5.0
189
  semantic-version==2.10.0
190
  # via gradio
191
  six==1.16.0
192
- # via python-dateutil
 
 
193
  sniffio==1.3.0
194
  # via
195
  # anyio
@@ -211,7 +217,6 @@ typing-extensions==4.5.0
211
  # via
212
  # gradio
213
  # huggingface-hub
214
- # polars
215
  # pydantic
216
  uc-micro-py==1.0.1
217
  # via linkify-it-py
 
1
  #
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
  # by the following command:
4
  #
5
+ # pip-compile requirements.in
6
  #
7
  aiofiles==23.1.0
8
  # via gradio
 
88
  # requests
89
  # rfc3986
90
  # yarl
91
+ iprogress==0.4
92
+ # via -r requirements.in
93
  jinja2==3.1.2
94
  # via
95
  # altair
 
168
  # via
169
  # matplotlib
170
  # pandas
171
+ python-dotenv==1.0.0
172
+ # via -r requirements.in
173
  python-multipart==0.0.6
174
  # via gradio
175
  pytz==2023.2
 
193
  semantic-version==2.10.0
194
  # via gradio
195
  six==1.16.0
196
+ # via
197
+ # iprogress
198
+ # python-dateutil
199
  sniffio==1.3.0
200
  # via
201
  # anyio
 
217
  # via
218
  # gradio
219
  # huggingface-hub
 
220
  # pydantic
221
  uc-micro-py==1.0.1
222
  # via linkify-it-py