richardkovacs commited on
Commit
7f019f4
1 Parent(s): b69520d

build: update packages

Browse files
Files changed (1) hide show
  1. requirements.txt +62 -70
requirements.txt CHANGED
@@ -1,87 +1,79 @@
1
  aiofiles==23.2.1
2
- aiohttp==3.9.0
3
- aiosignal==1.3.1
4
- altair==5.1.2
5
- annotated-types==0.6.0
6
- anyio==3.7.1
7
- async-timeout==4.0.3
8
- attrs==23.1.0
9
- certifi==2023.11.17
10
  charset-normalizer==3.3.2
11
- click==8.1.3
12
- colorama==0.4.6
13
- contourpy==1.2.0
14
  cycler==0.12.1
15
- datasets==2.15.0
16
- dill==0.3.7
17
- exceptiongroup==1.2.0
18
- fastapi==0.104.1
19
- ffmpy==0.3.1
20
- filelock==3.13.1
21
- fonttools==4.45.0
22
- frozenlist==1.4.0
23
- fsspec==2023.10.0
24
- gradio==4.5.0
25
- gradio_client==0.7.0
 
26
  h11==0.14.0
27
- httpcore==1.0.2
28
- httpx==0.25.1
29
- huggingface-hub==0.19.4
30
- idna==3.4
31
- importlib-resources==6.1.1
32
- Jinja2==3.1.2
33
- jsonschema==4.20.0
34
- jsonschema-specifications==2023.11.1
 
35
  kiwisolver==1.4.5
36
  markdown-it-py==3.0.0
37
- MarkupSafe==2.1.3
38
- matplotlib==3.8.2
39
  mdurl==0.1.2
40
- mpmath==1.3.0
41
- multidict==6.0.4
42
- multiprocess==0.70.15
43
- networkx==3.2.1
44
- numpy==1.26.2
45
- orjson==3.9.10
46
- packaging==23.2
47
- pandas==2.1.3
48
- Pillow==10.1.0
49
- pyarrow==14.0.1
50
- pyarrow-hotfix==0.5
51
- pydantic==2.5.1
52
- pydantic_core==2.14.3
53
  pydub==0.25.1
54
- Pygments==2.17.1
55
- pyparsing==3.1.1
56
- pystache==0.6.0
57
- python-dateutil==2.8.2
58
  python-dotenv==1.0.0
59
- python-multipart==0.0.6
60
- pytz==2023.3.post1
61
  PyYAML==6.0.1
62
- referencing==0.31.0
63
- regex==2023.10.3
64
- requests==2.31.0
65
- rich==13.7.0
66
- rpds-py==0.13.1
67
- safetensors==0.4.0
 
68
  semantic-version==2.10.0
69
  shellingham==1.5.4
70
  six==1.16.0
71
- sniffio==1.3.0
72
- starlette==0.27.0
73
- sympy==1.12
74
- tokenizers==0.15.0
75
  tomlkit==0.12.0
76
- toolz==0.12.0
77
  torch==2.1.1
78
- tqdm==4.66.1
79
  transformers==4.35.2
80
- typer==0.9.0
81
- typing_extensions==4.8.0
82
- tzdata==2023.3
83
- urllib3==2.1.0
84
- uvicorn==0.24.0.post1
 
 
 
85
  websockets==11.0.3
86
- xxhash==3.4.1
87
- yarl==1.9.3
 
1
  aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.6.2
 
 
 
7
  charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ contourpy==1.2.1
 
10
  cycler==0.12.1
11
+ #datasets==2.15.0
12
+ dnspython==2.6.1
13
+ email_validator==2.2.0
14
+ exceptiongroup==1.2.1
15
+ fastapi==0.111.0
16
+ fastapi-cli==0.0.4
17
+ ffmpy==0.3.2
18
+ filelock==3.15.4
19
+ fonttools==4.53.0
20
+ fsspec==2024.6.1
21
+ gradio==4.36.1
22
+ gradio_client==1.0.1
23
  h11==0.14.0
24
+ httpcore==1.0.5
25
+ httptools==0.6.1
26
+ httpx==0.27.0
27
+ huggingface-hub==0.23.4
28
+ idna==3.7
29
+ importlib_resources==6.4.0
30
+ Jinja2==3.1.4
31
+ jsonschema==4.22.0
32
+ jsonschema-specifications==2023.12.1
33
  kiwisolver==1.4.5
34
  markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.5
36
+ matplotlib==3.9.0
37
  mdurl==0.1.2
38
+ numpy==2.0.0
39
+ orjson==3.10.5
40
+ packaging==24.1
41
+ pandas==2.2.2
42
+ pillow==10.3.0
43
+ pydantic==2.7.4
44
+ pydantic_core==2.18.4
 
 
 
 
 
 
45
  pydub==0.25.1
46
+ Pygments==2.18.0
47
+ pyparsing==3.1.2
48
+ python-dateutil==2.9.0.post0
 
49
  python-dotenv==1.0.0
50
+ python-multipart==0.0.9
51
+ pytz==2024.1
52
  PyYAML==6.0.1
53
+ referencing==0.35.1
54
+ regex==2024.5.15
55
+ requests==2.32.3
56
+ rich==13.7.1
57
+ rpds-py==0.18.1
58
+ ruff==0.5.0
59
+ safetensors==0.4.3
60
  semantic-version==2.10.0
61
  shellingham==1.5.4
62
  six==1.16.0
63
+ sniffio==1.3.1
64
+ starlette==0.37.2
65
+ tokenizers==0.15.2
 
66
  tomlkit==0.12.0
67
+ toolz==0.12.1
68
  torch==2.1.1
69
+ tqdm==4.66.4
70
  transformers==4.35.2
71
+ typer==0.12.3
72
+ typing_extensions==4.12.2
73
+ tzdata==2024.1
74
+ ujson==5.10.0
75
+ urllib3==2.2.2
76
+ uvicorn==0.30.1
77
+ uvloop==0.19.0
78
+ watchfiles==0.22.0
79
  websockets==11.0.3