Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -8,8 +8,9 @@ certifi==2023.11.17
|
|
8 |
charset-normalizer==3.3.2
|
9 |
colorama==0.4.6
|
10 |
contourpy==1.2.0
|
11 |
-
|
12 |
cycler==0.12.1
|
|
|
13 |
datasets==2.17.0
|
14 |
decorator==5.1.1
|
15 |
dill==0.3.8
|
@@ -19,6 +20,7 @@ filelock==3.13.1
|
|
19 |
fonttools==4.47.2
|
20 |
frozenlist==1.4.1
|
21 |
fsspec==2023.10.0
|
|
|
22 |
gitdb==4.0.11
|
23 |
GitPython==3.1.41
|
24 |
hub-sdk==0.0.3
|
@@ -37,8 +39,10 @@ mpmath==1.3.0
|
|
37 |
multidict==6.0.5
|
38 |
multiprocess==0.70.16
|
39 |
networkx==3.2.1
|
|
|
40 |
numpy==1.26.3
|
41 |
opencv-python==4.9.0.80
|
|
|
42 |
packaging==23.2
|
43 |
pandas==2.1.4
|
44 |
parso==0.8.3
|
@@ -49,7 +53,6 @@ psutil==5.9.7
|
|
49 |
pure-eval==0.2.2
|
50 |
py-cpuinfo==9.0.0
|
51 |
pyarrow==15.0.0
|
52 |
-
pyarrow-hotfix==0.6
|
53 |
pygments==2.17.2
|
54 |
pyparsing==3.1.1
|
55 |
python-dateutil==2.8.2
|
@@ -82,7 +85,3 @@ urllib3==2.1.0
|
|
82 |
wcwidth==0.2.13
|
83 |
xxhash==3.4.1
|
84 |
yarl==1.9.4
|
85 |
-
fuzzywuzzy==0.18.0
|
86 |
-
nltk==3.8.1
|
87 |
-
openpyxl==3.0.10
|
88 |
-
contractions==0.1.73
|
|
|
8 |
charset-normalizer==3.3.2
|
9 |
colorama==0.4.6
|
10 |
contourpy==1.2.0
|
11 |
+
contractions==0.1.73
|
12 |
cycler==0.12.1
|
13 |
+
cv==1.0.0
|
14 |
datasets==2.17.0
|
15 |
decorator==5.1.1
|
16 |
dill==0.3.8
|
|
|
20 |
fonttools==4.47.2
|
21 |
frozenlist==1.4.1
|
22 |
fsspec==2023.10.0
|
23 |
+
fuzzywuzzy==0.18.0
|
24 |
gitdb==4.0.11
|
25 |
GitPython==3.1.41
|
26 |
hub-sdk==0.0.3
|
|
|
39 |
multidict==6.0.5
|
40 |
multiprocess==0.70.16
|
41 |
networkx==3.2.1
|
42 |
+
nltk==3.8.1
|
43 |
numpy==1.26.3
|
44 |
opencv-python==4.9.0.80
|
45 |
+
openpyxl==3.0.10
|
46 |
packaging==23.2
|
47 |
pandas==2.1.4
|
48 |
parso==0.8.3
|
|
|
53 |
pure-eval==0.2.2
|
54 |
py-cpuinfo==9.0.0
|
55 |
pyarrow==15.0.0
|
|
|
56 |
pygments==2.17.2
|
57 |
pyparsing==3.1.1
|
58 |
python-dateutil==2.8.2
|
|
|
85 |
wcwidth==0.2.13
|
86 |
xxhash==3.4.1
|
87 |
yarl==1.9.4
|
|
|
|
|
|
|
|