michaelnetbiz commited on
Commit
064def0
1 Parent(s): 9643753

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt CHANGED
@@ -1,23 +1,30 @@
1
  aiohttp==3.8.5
2
  aiosignal==1.3.1
 
 
3
  async-timeout==4.0.3
4
  attrs==23.1.0
5
  audioread==3.0.0
 
6
  certifi==2023.7.22
7
  cffi==1.15.1
8
  charset-normalizer==3.2.0
9
  datasets==2.14.5
10
  decorator==5.1.1
11
  dill==0.3.7
 
12
  filelock==3.12.3
13
  frozenlist==1.4.0
14
  fsspec==2023.6.0
15
  huggingface-hub==0.16.4
16
  idna==3.4
 
 
17
  joblib==1.3.2
18
  lazy_loader==0.3
19
  librosa==0.10.1
20
  llvmlite==0.40.1
 
21
  msgpack==1.0.5
22
  multidict==6.0.4
23
  multiprocess==0.70.15
@@ -25,10 +32,17 @@ numba==0.57.1
25
  numpy==1.24.4
26
  packaging==23.1
27
  pandas==2.1.0
 
 
 
28
  platformdirs==3.10.0
29
  pooch==1.7.0
 
 
 
30
  pyarrow==13.0.0
31
  pycparser==2.21
 
32
  python-dateutil==2.8.2
33
  pytz==2023.3.post1
34
  PyYAML==6.0.1
@@ -38,10 +52,13 @@ scipy==1.11.2
38
  six==1.16.0
39
  soundfile==0.12.1
40
  soxr==0.3.6
 
41
  threadpoolctl==3.2.0
42
  tqdm==4.66.1
 
43
  typing_extensions==4.7.1
44
  tzdata==2023.3
45
  urllib3==2.0.4
 
46
  xxhash==3.3.0
47
  yarl==1.9.2
 
1
  aiohttp==3.8.5
2
  aiosignal==1.3.1
3
+ appnope==0.1.3
4
+ asttokens==2.4.0
5
  async-timeout==4.0.3
6
  attrs==23.1.0
7
  audioread==3.0.0
8
+ backcall==0.2.0
9
  certifi==2023.7.22
10
  cffi==1.15.1
11
  charset-normalizer==3.2.0
12
  datasets==2.14.5
13
  decorator==5.1.1
14
  dill==0.3.7
15
+ executing==1.2.0
16
  filelock==3.12.3
17
  frozenlist==1.4.0
18
  fsspec==2023.6.0
19
  huggingface-hub==0.16.4
20
  idna==3.4
21
+ ipython==8.15.0
22
+ jedi==0.19.0
23
  joblib==1.3.2
24
  lazy_loader==0.3
25
  librosa==0.10.1
26
  llvmlite==0.40.1
27
+ matplotlib-inline==0.1.6
28
  msgpack==1.0.5
29
  multidict==6.0.4
30
  multiprocess==0.70.15
 
32
  numpy==1.24.4
33
  packaging==23.1
34
  pandas==2.1.0
35
+ parso==0.8.3
36
+ pexpect==4.8.0
37
+ pickleshare==0.7.5
38
  platformdirs==3.10.0
39
  pooch==1.7.0
40
+ prompt-toolkit==3.0.39
41
+ ptyprocess==0.7.0
42
+ pure-eval==0.2.2
43
  pyarrow==13.0.0
44
  pycparser==2.21
45
+ Pygments==2.16.1
46
  python-dateutil==2.8.2
47
  pytz==2023.3.post1
48
  PyYAML==6.0.1
 
52
  six==1.16.0
53
  soundfile==0.12.1
54
  soxr==0.3.6
55
+ stack-data==0.6.2
56
  threadpoolctl==3.2.0
57
  tqdm==4.66.1
58
+ traitlets==5.9.0
59
  typing_extensions==4.7.1
60
  tzdata==2023.3
61
  urllib3==2.0.4
62
+ wcwidth==0.2.6
63
  xxhash==3.3.0
64
  yarl==1.9.2