Spaces:
Runtime error
Runtime error
secilozksen
commited on
Commit
•
45b7b2d
1
Parent(s):
69f0a5c
Update requirements.txt
Browse files- requirements.txt +20 -9
requirements.txt
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
-
altair==4.2.0
|
2 |
argon2-cffi==21.3.0
|
3 |
argon2-cffi-bindings==21.2.0
|
4 |
asttokens==2.0.5
|
5 |
attrs==21.4.0
|
6 |
backcall==0.2.0
|
7 |
-
beautifulsoup4==4.11.1
|
8 |
bleach==5.0.1
|
9 |
blinker==1.5
|
10 |
blis==0.7.9
|
|
|
11 |
cachetools==5.2.0
|
12 |
catalogue==2.0.8
|
13 |
certifi==2022.9.24
|
|
|
|
|
14 |
click==8.1.3
|
15 |
commonmark==0.9.1
|
|
|
16 |
cycler==0.11.0
|
17 |
cymem==2.0.7
|
18 |
debugpy==1.6.0
|
@@ -26,6 +28,7 @@ fonttools==4.33.3
|
|
26 |
gitdb==4.0.9
|
27 |
GitPython==3.1.29
|
28 |
huggingface-hub==0.10.0
|
|
|
29 |
importlib-metadata==5.0.0
|
30 |
ipykernel==6.15.0
|
31 |
ipython==8.4.0
|
@@ -44,15 +47,11 @@ jupyterlab-widgets==1.1.1
|
|
44 |
kiwisolver==1.4.3
|
45 |
langcodes==3.3.0
|
46 |
MarkupSafe==2.1.1
|
47 |
-
|
48 |
-
matplotlib-inline==0.1.3
|
49 |
-
mistune==2.0.4
|
50 |
-
mkl-fft==1.3.1
|
51 |
-
mkl-service==2.4.0
|
52 |
mpmath==1.2.1
|
53 |
murmurhash==1.0.9
|
54 |
nbclient==0.6.4
|
55 |
-
nbconvert==
|
56 |
nbformat==5.4.0
|
57 |
nest-asyncio==1.5.5
|
58 |
nltk==3.7
|
@@ -66,6 +65,8 @@ parso==0.8.3
|
|
66 |
pathy==0.6.2
|
67 |
pexpect==4.8.0
|
68 |
pickleshare==0.7.5
|
|
|
|
|
69 |
preshed==3.0.8
|
70 |
prometheus-client==0.14.1
|
71 |
prompt-toolkit==3.0.30
|
@@ -74,12 +75,15 @@ psutil==5.9.1
|
|
74 |
ptyprocess==0.7.0
|
75 |
pure-eval==0.2.2
|
76 |
pyarrow==10.0.0
|
|
|
77 |
pydantic==1.8.2
|
78 |
pydeck==0.8.0b4
|
79 |
Pygments==2.12.0
|
80 |
Pympler==1.0.1
|
|
|
81 |
pyparsing==3.0.9
|
82 |
pyrsistent==0.18.1
|
|
|
83 |
python-dateutil==2.8.2
|
84 |
python-decouple==3.6
|
85 |
pytz==2022.6
|
@@ -89,6 +93,7 @@ pyzmq==23.2.0
|
|
89 |
qtconsole==5.3.1
|
90 |
QtPy==2.1.0
|
91 |
regex==2022.10.31
|
|
|
92 |
rich==12.6.0
|
93 |
scikit-learn==1.1.2
|
94 |
scipy==1.9.2
|
@@ -96,9 +101,12 @@ semver==2.13.0
|
|
96 |
Send2Trash==1.8.0
|
97 |
sentence-transformers==2.2.2
|
98 |
sentencepiece==0.1.97
|
|
|
|
|
99 |
smart-open==5.2.1
|
100 |
smmap==5.0.0
|
101 |
soupsieve==2.3.2.post1
|
|
|
102 |
spacy==3.2.0
|
103 |
spacy-legacy==3.0.10
|
104 |
spacy-loggers==1.0.3
|
@@ -122,12 +130,15 @@ tqdm==4.64.1
|
|
122 |
traitlets==5.3.0
|
123 |
transformers==4.22.2
|
124 |
typer==0.4.2
|
|
|
125 |
tzdata==2022.6
|
126 |
tzlocal==4.2
|
|
|
127 |
validators==0.20.0
|
128 |
wasabi==0.10.1
|
129 |
watchdog==2.1.9
|
130 |
wcwidth==0.2.5
|
131 |
webencodings==0.5.1
|
|
|
132 |
widgetsnbextension==3.6.1
|
133 |
-
zipp==3.10.0
|
|
|
|
|
1 |
argon2-cffi==21.3.0
|
2 |
argon2-cffi-bindings==21.2.0
|
3 |
asttokens==2.0.5
|
4 |
attrs==21.4.0
|
5 |
backcall==0.2.0
|
|
|
6 |
bleach==5.0.1
|
7 |
blinker==1.5
|
8 |
blis==0.7.9
|
9 |
+
brotlipy==0.7.0
|
10 |
cachetools==5.2.0
|
11 |
catalogue==2.0.8
|
12 |
certifi==2022.9.24
|
13 |
+
cffi==1.15.1
|
14 |
+
charset-normalizer==2.1.1
|
15 |
click==8.1.3
|
16 |
commonmark==0.9.1
|
17 |
+
cryptography==38.0.3
|
18 |
cycler==0.11.0
|
19 |
cymem==2.0.7
|
20 |
debugpy==1.6.0
|
|
|
28 |
gitdb==4.0.9
|
29 |
GitPython==3.1.29
|
30 |
huggingface-hub==0.10.0
|
31 |
+
idna==3.4
|
32 |
importlib-metadata==5.0.0
|
33 |
ipykernel==6.15.0
|
34 |
ipython==8.4.0
|
|
|
47 |
kiwisolver==1.4.3
|
48 |
langcodes==3.3.0
|
49 |
MarkupSafe==2.1.1
|
50 |
+
mistune==0.8.4
|
|
|
|
|
|
|
|
|
51 |
mpmath==1.2.1
|
52 |
murmurhash==1.0.9
|
53 |
nbclient==0.6.4
|
54 |
+
nbconvert==6.5.0
|
55 |
nbformat==5.4.0
|
56 |
nest-asyncio==1.5.5
|
57 |
nltk==3.7
|
|
|
65 |
pathy==0.6.2
|
66 |
pexpect==4.8.0
|
67 |
pickleshare==0.7.5
|
68 |
+
Pillow==9.2.0
|
69 |
+
pip==22.2.2
|
70 |
preshed==3.0.8
|
71 |
prometheus-client==0.14.1
|
72 |
prompt-toolkit==3.0.30
|
|
|
75 |
ptyprocess==0.7.0
|
76 |
pure-eval==0.2.2
|
77 |
pyarrow==10.0.0
|
78 |
+
pycparser==2.21
|
79 |
pydantic==1.8.2
|
80 |
pydeck==0.8.0b4
|
81 |
Pygments==2.12.0
|
82 |
Pympler==1.0.1
|
83 |
+
pyOpenSSL==22.1.0
|
84 |
pyparsing==3.0.9
|
85 |
pyrsistent==0.18.1
|
86 |
+
PySocks==1.7.1
|
87 |
python-dateutil==2.8.2
|
88 |
python-decouple==3.6
|
89 |
pytz==2022.6
|
|
|
93 |
qtconsole==5.3.1
|
94 |
QtPy==2.1.0
|
95 |
regex==2022.10.31
|
96 |
+
requests==2.28.1
|
97 |
rich==12.6.0
|
98 |
scikit-learn==1.1.2
|
99 |
scipy==1.9.2
|
|
|
101 |
Send2Trash==1.8.0
|
102 |
sentence-transformers==2.2.2
|
103 |
sentencepiece==0.1.97
|
104 |
+
setuptools==65.5.0
|
105 |
+
six==1.16.0
|
106 |
smart-open==5.2.1
|
107 |
smmap==5.0.0
|
108 |
soupsieve==2.3.2.post1
|
109 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
|
110 |
spacy==3.2.0
|
111 |
spacy-legacy==3.0.10
|
112 |
spacy-loggers==1.0.3
|
|
|
130 |
traitlets==5.3.0
|
131 |
transformers==4.22.2
|
132 |
typer==0.4.2
|
133 |
+
typing_extensions==4.4.0
|
134 |
tzdata==2022.6
|
135 |
tzlocal==4.2
|
136 |
+
urllib3==1.26.11
|
137 |
validators==0.20.0
|
138 |
wasabi==0.10.1
|
139 |
watchdog==2.1.9
|
140 |
wcwidth==0.2.5
|
141 |
webencodings==0.5.1
|
142 |
+
wheel==0.37.1
|
143 |
widgetsnbextension==3.6.1
|
144 |
+
zipp==3.10.0
|