Renming Zhang commited on
Commit
cf7125d
1 Parent(s): 7ad1719

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -36,6 +36,7 @@ orjson==3.9.13
36
  packaging==23.2
37
  pandas==2.0.0
38
  pillow==10.2.0
 
39
  pydantic==2.6.1
40
  pydantic_core==2.16.2
41
  pydub==0.25.1
@@ -46,18 +47,23 @@ python-multipart==0.0.7
46
  pytz==2024.1
47
  PyYAML==6.0.1
48
  referencing==0.33.0
 
49
  requests==2.28.2
50
  rich==13.7.0
51
  rpds-py==0.17.1
52
  ruff==0.2.1
 
53
  semantic-version==2.10.0
54
  shellingham==1.5.4
55
  six==1.16.0
56
  sniffio==1.3.0
57
  starlette==0.36.3
 
 
58
  tomlkit==0.12.0
59
  toolz==0.12.1
60
  tqdm==4.66.1
 
61
  typer==0.9.0
62
  typing_extensions==4.9.0
63
  tzdata==2023.4
 
36
  packaging==23.2
37
  pandas==2.0.0
38
  pillow==10.2.0
39
+ plotly==5.18.0
40
  pydantic==2.6.1
41
  pydantic_core==2.16.2
42
  pydub==0.25.1
 
47
  pytz==2024.1
48
  PyYAML==6.0.1
49
  referencing==0.33.0
50
+ regex==2023.12.25
51
  requests==2.28.2
52
  rich==13.7.0
53
  rpds-py==0.17.1
54
  ruff==0.2.1
55
+ safetensors==0.4.2
56
  semantic-version==2.10.0
57
  shellingham==1.5.4
58
  six==1.16.0
59
  sniffio==1.3.0
60
  starlette==0.36.3
61
+ tenacity==8.2.3
62
+ tokenizers==0.15.1
63
  tomlkit==0.12.0
64
  toolz==0.12.1
65
  tqdm==4.66.1
66
+ transformers==4.36.0
67
  typer==0.9.0
68
  typing_extensions==4.9.0
69
  tzdata==2023.4