nomnomnonono commited on
Commit
37320e9
1 Parent(s): f41efe1
Files changed (1) hide show
  1. requirements.txt +16 -1
requirements.txt CHANGED
@@ -4,14 +4,17 @@ aiosignal==1.3.1
4
  altair==4.2.2
5
  antlr4-python3-runtime==4.9.3
6
  anyio==3.6.2
 
7
  async-timeout==4.0.2
8
  attrs==23.1.0
 
9
  certifi==2022.12.7
10
  cffi==1.15.1
11
  charset-normalizer==3.1.0
12
  click==8.1.3
13
  contourpy==1.0.7
14
  cycler==0.11.0
 
15
  entrypoints==0.4
16
  fastapi==0.95.1
17
  ffmpy==0.3.0
@@ -30,23 +33,30 @@ idna==3.4
30
  importlib-resources==5.12.0
31
  ipadic==1.0.0
32
  Jinja2==3.1.2
 
33
  jsonschema==4.17.3
34
  kiwisolver==1.4.4
 
 
35
  linkify-it-py==2.0.0
 
36
  markdown-it-py==2.2.0
37
  MarkupSafe==2.1.2
38
  matplotlib==3.7.1
39
  mdit-py-plugins==0.3.3
40
  mdurl==0.1.2
41
  mpmath==1.3.0
 
42
  multidict==6.0.4
43
  networkx==3.1
44
- numpy==1.24.3
 
45
  omegaconf==2.3.0
46
  orjson==3.8.11
47
  packaging==23.1
48
  pandas==2.0.1
49
  Pillow==9.5.0
 
50
  pycparser==2.21
51
  pydantic==1.10.7
52
  pydub==0.25.1
@@ -59,11 +69,16 @@ pytz==2023.3
59
  PyYAML==6.0
60
  regex==2023.3.23
61
  requests==2.29.0
 
 
62
  semantic-version==2.10.0
63
  six==1.16.0
64
  sniffio==1.3.0
 
 
65
  starlette==0.26.1
66
  sympy==1.11.1
 
67
  tokenizers==0.13.3
68
  toolz==0.12.0
69
  torch==2.0.0
 
4
  altair==4.2.2
5
  antlr4-python3-runtime==4.9.3
6
  anyio==3.6.2
7
+ appdirs==1.4.4
8
  async-timeout==4.0.2
9
  attrs==23.1.0
10
+ audioread==3.0.0
11
  certifi==2022.12.7
12
  cffi==1.15.1
13
  charset-normalizer==3.1.0
14
  click==8.1.3
15
  contourpy==1.0.7
16
  cycler==0.11.0
17
+ decorator==5.1.1
18
  entrypoints==0.4
19
  fastapi==0.95.1
20
  ffmpy==0.3.0
 
33
  importlib-resources==5.12.0
34
  ipadic==1.0.0
35
  Jinja2==3.1.2
36
+ joblib==1.2.0
37
  jsonschema==4.17.3
38
  kiwisolver==1.4.4
39
+ lazy_loader==0.2
40
+ librosa==0.10.0.post2
41
  linkify-it-py==2.0.0
42
+ llvmlite==0.39.1
43
  markdown-it-py==2.2.0
44
  MarkupSafe==2.1.2
45
  matplotlib==3.7.1
46
  mdit-py-plugins==0.3.3
47
  mdurl==0.1.2
48
  mpmath==1.3.0
49
+ msgpack==1.0.5
50
  multidict==6.0.4
51
  networkx==3.1
52
+ numba==0.56.4
53
+ numpy==1.23.5
54
  omegaconf==2.3.0
55
  orjson==3.8.11
56
  packaging==23.1
57
  pandas==2.0.1
58
  Pillow==9.5.0
59
+ pooch==1.6.0
60
  pycparser==2.21
61
  pydantic==1.10.7
62
  pydub==0.25.1
 
69
  PyYAML==6.0
70
  regex==2023.3.23
71
  requests==2.29.0
72
+ scikit-learn==1.2.2
73
+ scipy==1.10.1
74
  semantic-version==2.10.0
75
  six==1.16.0
76
  sniffio==1.3.0
77
+ soundfile==0.12.1
78
+ soxr==0.3.5
79
  starlette==0.26.1
80
  sympy==1.11.1
81
+ threadpoolctl==3.1.0
82
  tokenizers==0.13.3
83
  toolz==0.12.0
84
  torch==2.0.0