Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
absl-py==2.0.0
|
2 |
aiohttp==3.9.0
|
3 |
aiosignal==1.3.1
|
4 |
-
altair==5.2.0
|
5 |
annotated-types==0.6.0
|
6 |
anyascii==0.3.2
|
7 |
appnope==0.1.3
|
@@ -36,7 +35,6 @@ coqpit==0.0.17
|
|
36 |
cycler==0.12.1
|
37 |
cymem==2.0.8
|
38 |
Cython==3.0.5
|
39 |
-
datasets==2.15.0
|
40 |
dateparser==1.1.8
|
41 |
debugpy==1.8.0
|
42 |
decorator==4.4.2
|
@@ -118,12 +116,9 @@ networkx==2.8.8
|
|
118 |
nltk==3.8.1
|
119 |
num2words==0.5.13
|
120 |
numba==0.58.1
|
121 |
-
numpy==1.
|
122 |
oauthlib==3.2.2
|
123 |
openai-whisper==20231117
|
124 |
-
opencv-python==4.8.1.78
|
125 |
-
opencv-python-headless==4.8.1.78
|
126 |
-
OpenNMT-py==3.4.3
|
127 |
opt-einsum==3.3.0
|
128 |
packaging==23.2
|
129 |
pandas==1.5.3
|
|
|
1 |
absl-py==2.0.0
|
2 |
aiohttp==3.9.0
|
3 |
aiosignal==1.3.1
|
|
|
4 |
annotated-types==0.6.0
|
5 |
anyascii==0.3.2
|
6 |
appnope==0.1.3
|
|
|
35 |
cycler==0.12.1
|
36 |
cymem==2.0.8
|
37 |
Cython==3.0.5
|
|
|
38 |
dateparser==1.1.8
|
39 |
debugpy==1.8.0
|
40 |
decorator==4.4.2
|
|
|
116 |
nltk==3.8.1
|
117 |
num2words==0.5.13
|
118 |
numba==0.58.1
|
119 |
+
numpy==1.22.0
|
120 |
oauthlib==3.2.2
|
121 |
openai-whisper==20231117
|
|
|
|
|
|
|
122 |
opt-einsum==3.3.0
|
123 |
packaging==23.2
|
124 |
pandas==1.5.3
|