nielsgl commited on
Commit
c555f0c
·
1 Parent(s): 471733b

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -71
requirements.txt CHANGED
@@ -1,71 +1,74 @@
1
- aiofiles==22.1.0 ; python_version >= "3.11" and python_version < "4.0"
2
- aiohttp==3.8.4 ; python_version >= "3.11" and python_version < "4.0"
3
- aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
4
- altair==4.2.2 ; python_version >= "3.11" and python_version < "4.0"
5
- anyio==3.6.2 ; python_version >= "3.11" and python_version < "4.0"
6
- async-timeout==4.0.2 ; python_version >= "3.11" and python_version < "4.0"
7
- attrs==22.2.0 ; python_version >= "3.11" and python_version < "4.0"
8
- certifi==2022.12.7 ; python_version >= "3.11" and python_version < "4.0"
9
- charset-normalizer==3.1.0 ; python_version >= "3.11" and python_version < "4.0"
10
- click==8.1.3 ; python_version >= "3.11" and python_version < "4.0"
11
- colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"
12
- contourpy==1.0.7 ; python_version >= "3.11" and python_version < "4.0"
13
- cycler==0.11.0 ; python_version >= "3.11" and python_version < "4.0"
14
- entrypoints==0.4 ; python_version >= "3.11" and python_version < "4.0"
15
- fastapi==0.95.0 ; python_version >= "3.11" and python_version < "4.0"
16
- ffmpy==0.3.0 ; python_version >= "3.11" and python_version < "4.0"
17
- filelock==3.10.7 ; python_version >= "3.11" and python_version < "4.0"
18
- fonttools==4.39.3 ; python_version >= "3.11" and python_version < "4.0"
19
- frozenlist==1.3.3 ; python_version >= "3.11" and python_version < "4.0"
20
- fsspec==2023.3.0 ; python_version >= "3.11" and python_version < "4.0"
21
- gradio-client==0.0.5 ; python_version >= "3.11" and python_version < "4.0"
22
- gradio==3.24.1 ; python_version >= "3.11" and python_version < "4.0"
23
- h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0"
24
- httpcore==0.16.3 ; python_version >= "3.11" and python_version < "4.0"
25
- httpx==0.23.3 ; python_version >= "3.11" and python_version < "4.0"
26
- huggingface-hub==0.13.3 ; python_version >= "3.11" and python_version < "4.0"
27
- idna==3.4 ; python_version >= "3.11" and python_version < "4"
28
- jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0"
29
- joblib==1.2.0 ; python_version >= "3.11" and python_version < "4.0"
30
- jsonschema==4.17.3 ; python_version >= "3.11" and python_version < "4.0"
31
- kiwisolver==1.4.4 ; python_version >= "3.11" and python_version < "4.0"
32
- linkify-it-py==2.0.0 ; python_version >= "3.11" and python_version < "4.0"
33
- markdown-it-py==2.2.0 ; python_version >= "3.11" and python_version < "4.0"
34
- markdown-it-py[linkify]==2.2.0 ; python_version >= "3.11" and python_version < "4.0"
35
- markupsafe==2.1.2 ; python_version >= "3.11" and python_version < "4.0"
36
- matplotlib==3.7.1 ; python_version >= "3.11" and python_version < "4.0"
37
- mdit-py-plugins==0.3.3 ; python_version >= "3.11" and python_version < "4.0"
38
- mdurl==0.1.2 ; python_version >= "3.11" and python_version < "4.0"
39
- multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0"
40
- numpy==1.24.2 ; python_version >= "3.11" and python_version < "4.0"
41
- orjson==3.8.9 ; python_version >= "3.11" and python_version < "4.0"
42
- packaging==23.0 ; python_version >= "3.11" and python_version < "4.0"
43
- pandas==1.5.3 ; python_version >= "3.11" and python_version < "4.0"
44
- pillow==9.5.0 ; python_version >= "3.11" and python_version < "4.0"
45
- plotly==5.14.0 ; python_version >= "3.11" and python_version < "4.0"
46
- pydantic==1.10.7 ; python_version >= "3.11" and python_version < "4.0"
47
- pydub==0.25.1 ; python_version >= "3.11" and python_version < "4.0"
48
- pyparsing==3.0.9 ; python_version >= "3.11" and python_version < "4.0"
49
- pyrsistent==0.19.3 ; python_version >= "3.11" and python_version < "4.0"
50
- python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "4.0"
51
- python-multipart==0.0.6 ; python_version >= "3.11" and python_version < "4.0"
52
- pytz==2023.3 ; python_version >= "3.11" and python_version < "4.0"
53
- pyyaml==6.0 ; python_version >= "3.11" and python_version < "4.0"
54
- requests==2.28.2 ; python_version >= "3.11" and python_version < "4"
55
- rfc3986[idna2008]==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
56
- scikit-learn==1.2.2 ; python_version >= "3.11" and python_version < "4.0"
57
- scipy==1.9.3 ; python_version >= "3.11" and python_version < "4.0"
58
- semantic-version==2.10.0 ; python_version >= "3.11" and python_version < "4.0"
59
- six==1.16.0 ; python_version >= "3.11" and python_version < "4.0"
60
- sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0"
61
- starlette==0.26.1 ; python_version >= "3.11" and python_version < "4.0"
62
- tenacity==8.2.2 ; python_version >= "3.11" and python_version < "4.0"
63
- threadpoolctl==3.1.0 ; python_version >= "3.11" and python_version < "4.0"
64
- toolz==0.12.0 ; python_version >= "3.11" and python_version < "4.0"
65
- tqdm==4.65.0 ; python_version >= "3.11" and python_version < "4.0"
66
- typing-extensions==4.5.0 ; python_version >= "3.11" and python_version < "4.0"
67
- uc-micro-py==1.0.1 ; python_version >= "3.11" and python_version < "4.0"
68
- urllib3==1.26.15 ; python_version >= "3.11" and python_version < "4"
69
- uvicorn==0.21.1 ; python_version >= "3.11" and python_version < "4.0"
70
- websockets==11.0 ; python_version >= "3.11" and python_version < "4.0"
71
- yarl==1.8.2 ; python_version >= "3.11" and python_version < "4.0"
 
 
 
 
1
+ aiofiles==22.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
2
+ aiohttp==3.8.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
3
+ aiosignal==1.3.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
4
+ altair==4.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
5
+ anyio==3.6.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
6
+ async-timeout==4.0.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
7
+ attrs==22.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
8
+ certifi==2022.12.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
9
+ charset-normalizer==3.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
10
+ click==8.1.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
11
+ colorama==0.4.6 ; python_full_version >= "3.8.9" and python_version < "3.12" and platform_system == "Windows"
12
+ contourpy==1.0.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
13
+ cycler==0.11.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
14
+ entrypoints==0.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
15
+ fastapi==0.95.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
16
+ ffmpy==0.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
17
+ filelock==3.10.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
18
+ fonttools==4.39.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
19
+ frozenlist==1.3.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
20
+ fsspec==2023.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
21
+ gradio-client==0.0.5 ; python_full_version >= "3.8.9" and python_version < "3.12"
22
+ gradio==3.24.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
23
+ h11==0.14.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
24
+ httpcore==0.16.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
25
+ httpx==0.23.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
26
+ huggingface-hub==0.13.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
27
+ idna==3.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
28
+ importlib-resources==5.12.0 ; python_full_version >= "3.8.9" and python_version < "3.10"
29
+ jinja2==3.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
30
+ joblib==1.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
31
+ jsonschema==4.17.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
32
+ kiwisolver==1.4.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
33
+ linkify-it-py==2.0.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
34
+ markdown-it-py==2.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
35
+ markdown-it-py[linkify]==2.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
36
+ markupsafe==2.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
37
+ matplotlib==3.7.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
38
+ mdit-py-plugins==0.3.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
39
+ mdurl==0.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
40
+ multidict==6.0.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
41
+ numpy==1.24.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
42
+ orjson==3.8.9 ; python_full_version >= "3.8.9" and python_version < "3.12"
43
+ packaging==23.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
44
+ pandas==1.5.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
45
+ pillow==9.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
46
+ pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.9" and python_version < "3.9"
47
+ plotly==5.14.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
48
+ pydantic==1.10.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
49
+ pydub==0.25.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
50
+ pyparsing==3.0.9 ; python_full_version >= "3.8.9" and python_version < "3.12"
51
+ pyrsistent==0.19.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
52
+ python-dateutil==2.8.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
53
+ python-multipart==0.0.6 ; python_full_version >= "3.8.9" and python_version < "3.12"
54
+ pytz==2023.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
55
+ pyyaml==6.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
56
+ requests==2.28.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
57
+ rfc3986[idna2008]==1.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
58
+ scikit-learn==1.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
59
+ scipy==1.9.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
60
+ semantic-version==2.10.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
61
+ six==1.16.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
62
+ sniffio==1.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
63
+ starlette==0.26.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
64
+ tenacity==8.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
65
+ threadpoolctl==3.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
66
+ toolz==0.12.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
67
+ tqdm==4.65.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
68
+ typing-extensions==4.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
69
+ uc-micro-py==1.0.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
70
+ urllib3==1.26.15 ; python_full_version >= "3.8.9" and python_version < "3.12"
71
+ uvicorn==0.21.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
72
+ websockets==11.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
73
+ yarl==1.8.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
74
+ zipp==3.15.0 ; python_full_version >= "3.8.9" and python_version < "3.10"