thugCodeNinja commited on
Commit
6ee620d
·
verified ·
1 Parent(s): 88cd327

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -61
requirements.txt CHANGED
@@ -1,21 +1,9 @@
1
- cachetools==5.3.1
2
- certifi==2023.7.22
3
- cffi==1.15.1
4
- charset-normalizer==3.2.0
5
  click==7.1.2
6
  colorama==0.4.6
7
- dill==0.3.6
8
  distlib==0.3.7
9
- distro==1.9.0
10
- Django==4.2.6
11
  dlib==19.24.2
12
- dtw==1.4.0
13
- entrypoints==0.4
14
- exceptiongroup==1.1.3
15
  face-recognition==1.3.0
16
  face-recognition-models==0.3.0
17
- fastdtw==0.3.4
18
- fastjsonschema==2.18.0
19
  ffmpeg-python==0.2.0
20
  fsspec==2023.4.0
21
  future==0.18.3
@@ -25,34 +13,9 @@ grpcio-status==1.59.2
25
  h11==0.14.0
26
  h2==4.1.0
27
  h5py==3.9.0
28
- hpack==4.0.0
29
- httpcore==1.0.2
30
- httpx==0.26.0
31
  huggingface-hub==0.17.3
32
- hyperframe==6.0.1
33
- idna==3.4
34
- ipykernel==6.4.2
35
- ipython==7.34.0
36
- ipython-genutils==0.2.0
37
- isoduration==20.11.0
38
- jedi==0.19.0
39
- Jinja2==3.0.3
40
- joblib==1.3.2
41
- json5==0.9.14
42
- jsonpointer==2.4
43
- jsonschema==4.19.0
44
- jsonschema-specifications==2023.7.1
45
- jupyter-events==0.9.0
46
- jupyter_client==7.4.9
47
- jupyter_core==5.5.0
48
- jupyter_server==2.11.1
49
- jupyter_server_terminals==0.4.4
50
- jupyterlab==3.5.3
51
- jupyterlab-pygments==0.2.2
52
- jupyterlab_server==2.25.2
53
  keras==2.10.0
54
  Keras-Preprocessing==1.1.2
55
- kiwisolver==1.4.5
56
  lazy_loader==0.3
57
  libclang==16.0.6
58
  librosa==0.10.1
@@ -64,11 +27,6 @@ MarkupSafe==2.1.3
64
  matplotlib==3.7.2
65
  matplotlib-inline==0.1.6
66
  nltk==3.8.1
67
- noisereduce==3.0.0
68
- noisify==1.0
69
- norbert==0.2.1
70
- notebook==6.5.6
71
- notebook_shim==0.2.3
72
  numba==0.58.1
73
  numpy==1.24.3
74
  oauthlib==3.2.2
@@ -84,26 +42,13 @@ sacrebleu==2.2.0
84
  scikit-learn==1.3.2
85
  scipy==1.11.2
86
  six==1.16.0
87
- smmap==5.0.1
88
- sniffio==1.3.0
89
- soundfile==0.12.1
90
- soupsieve==2.5
91
- soxr==0.3.7
92
- spleeter==2.4.0
93
- sqlparse==0.4.4
94
- sympy==1.11.1
95
- tabulate==0.9.0
96
  tenacity==8.2.3
97
  tensorboard==2.10.1
98
  tensorboard-data-server==0.6.1
99
  tensorboard-plugin-wit==1.8.1
100
  tensorflow==2.10.1
101
  tensorflow-estimator==2.10.0
102
- threadpoolctl==3.2.0
103
  tokenizers==0.13.3
104
- toml==0.10.2
105
- tomli==2.0.1
106
- toolz==0.12.0
107
  torch==2.1.2
108
  tornado==6.3.3
109
  tqdm==4.66.1
@@ -115,10 +60,4 @@ tzdata==2023.3
115
  tzlocal==5.2
116
  uri-template==1.3.0
117
  urllib3==2.1.0
118
- validators==0.22.0
119
- virtualenv==20.24.6
120
- watchdog==3.0.0
121
- wcwidth==0.1.7
122
- webcolors==1.13
123
- webencodings==0.5.1
124
  zipp==3.17.0
 
 
 
 
 
1
  click==7.1.2
2
  colorama==0.4.6
 
3
  distlib==0.3.7
 
 
4
  dlib==19.24.2
 
 
 
5
  face-recognition==1.3.0
6
  face-recognition-models==0.3.0
 
 
7
  ffmpeg-python==0.2.0
8
  fsspec==2023.4.0
9
  future==0.18.3
 
13
  h11==0.14.0
14
  h2==4.1.0
15
  h5py==3.9.0
 
 
 
16
  huggingface-hub==0.17.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  keras==2.10.0
18
  Keras-Preprocessing==1.1.2
 
19
  lazy_loader==0.3
20
  libclang==16.0.6
21
  librosa==0.10.1
 
27
  matplotlib==3.7.2
28
  matplotlib-inline==0.1.6
29
  nltk==3.8.1
 
 
 
 
 
30
  numba==0.58.1
31
  numpy==1.24.3
32
  oauthlib==3.2.2
 
42
  scikit-learn==1.3.2
43
  scipy==1.11.2
44
  six==1.16.0
 
 
 
 
 
 
 
 
 
45
  tenacity==8.2.3
46
  tensorboard==2.10.1
47
  tensorboard-data-server==0.6.1
48
  tensorboard-plugin-wit==1.8.1
49
  tensorflow==2.10.1
50
  tensorflow-estimator==2.10.0
 
51
  tokenizers==0.13.3
 
 
 
52
  torch==2.1.2
53
  tornado==6.3.3
54
  tqdm==4.66.1
 
60
  tzlocal==5.2
61
  uri-template==1.3.0
62
  urllib3==2.1.0
 
 
 
 
 
 
63
  zipp==3.17.0