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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt CHANGED
@@ -9,7 +9,9 @@ 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
@@ -18,9 +20,13 @@ 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
@@ -28,6 +34,7 @@ matplotlib-inline==0.1.6
28
  msgpack==1.0.5
29
  multidict==6.0.4
30
  multiprocess==0.70.15
 
31
  numba==0.57.1
32
  numpy==1.24.4
33
  packaging==23.1
@@ -38,6 +45,7 @@ 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
@@ -46,6 +54,7 @@ Pygments==2.16.1
46
  python-dateutil==2.8.2
47
  pytz==2023.3.post1
48
  PyYAML==6.0.1
 
49
  requests==2.31.0
50
  scikit-learn==1.3.0
51
  scipy==1.11.2
@@ -54,6 +63,7 @@ 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
 
9
  certifi==2023.7.22
10
  cffi==1.15.1
11
  charset-normalizer==3.2.0
12
+ comm==0.1.4
13
  datasets==2.14.5
14
+ debugpy==1.7.0
15
  decorator==5.1.1
16
  dill==0.3.7
17
  executing==1.2.0
 
20
  fsspec==2023.6.0
21
  huggingface-hub==0.16.4
22
  idna==3.4
23
+ ipykernel==6.25.2
24
  ipython==8.15.0
25
  jedi==0.19.0
26
  joblib==1.3.2
27
+ jupyter-console==6.6.3
28
+ jupyter_client==8.3.1
29
+ jupyter_core==5.3.1
30
  lazy_loader==0.3
31
  librosa==0.10.1
32
  llvmlite==0.40.1
 
34
  msgpack==1.0.5
35
  multidict==6.0.4
36
  multiprocess==0.70.15
37
+ nest-asyncio==1.5.7
38
  numba==0.57.1
39
  numpy==1.24.4
40
  packaging==23.1
 
45
  platformdirs==3.10.0
46
  pooch==1.7.0
47
  prompt-toolkit==3.0.39
48
+ psutil==5.9.5
49
  ptyprocess==0.7.0
50
  pure-eval==0.2.2
51
  pyarrow==13.0.0
 
54
  python-dateutil==2.8.2
55
  pytz==2023.3.post1
56
  PyYAML==6.0.1
57
+ pyzmq==25.1.1
58
  requests==2.31.0
59
  scikit-learn==1.3.0
60
  scipy==1.11.2
 
63
  soxr==0.3.6
64
  stack-data==0.6.2
65
  threadpoolctl==3.2.0
66
+ tornado==6.3.3
67
  tqdm==4.66.1
68
  traitlets==5.9.0
69
  typing_extensions==4.7.1