Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
aiofiles==23.1.0
|
2 |
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
@@ -5,6 +6,7 @@ alembic==1.10.3
|
|
5 |
altair==4.2.2
|
6 |
anyio==3.6.2
|
7 |
apiclient==1.0.4
|
|
|
8 |
async-timeout==4.0.2
|
9 |
attrs==22.2.0
|
10 |
banal==1.0.6
|
@@ -38,6 +40,7 @@ entrypoints==0.4
|
|
38 |
etelemetry==0.3.0
|
39 |
filelock==3.9.0
|
40 |
fitz==0.0.1.dev2
|
|
|
41 |
fontawesomefree==6.3.0
|
42 |
fonttools==4.38.0
|
43 |
frozenlist==1.3.3
|
@@ -45,6 +48,7 @@ fsspec==2023.1.0
|
|
45 |
fst-pso==1.8.1
|
46 |
future==0.18.3
|
47 |
FuzzyTM==2.0.5
|
|
|
48 |
gensim==4.3.0
|
49 |
gitdb==4.0.10
|
50 |
GitPython==3.1.31
|
@@ -52,28 +56,37 @@ google-api-core==2.11.0
|
|
52 |
google-api-python-client==2.79.0
|
53 |
google-auth==2.16.1
|
54 |
google-auth-httplib2==0.1.0
|
|
|
|
|
55 |
googleapis-common-protos==1.58.0
|
56 |
greenlet==2.0.2
|
|
|
57 |
h11==0.14.0
|
|
|
58 |
httplib2==0.21.0
|
59 |
huggingface-hub==0.12.1
|
60 |
idna==3.4
|
61 |
importlib-metadata==6.0.0
|
62 |
isodate==0.6.1
|
63 |
itsdangerous==2.1.2
|
|
|
64 |
Jinja2==3.1.2
|
65 |
joblib==1.2.0
|
66 |
jsonschema==4.17.3
|
|
|
67 |
kiwisolver==1.4.4
|
68 |
langcodes==3.3.0
|
|
|
69 |
looseversion==1.1.2
|
70 |
lxml==4.9.2
|
71 |
Mako==1.2.4
|
|
|
72 |
markdown-it-py==2.2.0
|
73 |
MarkupSafe==2.1.2
|
74 |
matplotlib==3.7.0
|
75 |
mdurl==0.1.2
|
76 |
miniful==0.0.6
|
|
|
77 |
mpmath==1.3.0
|
78 |
multidict==6.0.4
|
79 |
multiprocess==0.70.14
|
@@ -83,7 +96,9 @@ nibabel==5.1.0
|
|
83 |
nipype==1.8.6
|
84 |
nltk==3.8.1
|
85 |
numpy==1.24.2
|
|
|
86 |
openstep-parser==1.5.4
|
|
|
87 |
packaging==23.0
|
88 |
pandas==1.5.3
|
89 |
pathlib==1.0.1
|
@@ -119,6 +134,7 @@ PyYAML==6.0
|
|
119 |
rdflib==6.3.2
|
120 |
regex==2023.3.23
|
121 |
requests==2.28.2
|
|
|
122 |
responses==0.18.0
|
123 |
rich==13.3.1
|
124 |
rsa==4.9
|
@@ -144,6 +160,13 @@ starlette==0.26.1
|
|
144 |
streamlit==1.18.1
|
145 |
sympy==1.11.1
|
146 |
tenacity==8.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
termcolor==2.2.0
|
148 |
thinc==8.1.9
|
149 |
threadpoolctl==3.1.0
|
@@ -165,6 +188,8 @@ uvicorn==0.21.1
|
|
165 |
validators==0.20.0
|
166 |
wasabi==1.1.1
|
167 |
watchdog==2.2.1
|
|
|
|
|
168 |
xxhash==3.2.0
|
169 |
yarl==1.8.2
|
170 |
zipp==3.14.0
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
aiofiles==23.1.0
|
3 |
aiohttp==3.8.4
|
4 |
aiosignal==1.3.1
|
|
|
6 |
altair==4.2.2
|
7 |
anyio==3.6.2
|
8 |
apiclient==1.0.4
|
9 |
+
astunparse==1.6.3
|
10 |
async-timeout==4.0.2
|
11 |
attrs==22.2.0
|
12 |
banal==1.0.6
|
|
|
40 |
etelemetry==0.3.0
|
41 |
filelock==3.9.0
|
42 |
fitz==0.0.1.dev2
|
43 |
+
flatbuffers==23.3.3
|
44 |
fontawesomefree==6.3.0
|
45 |
fonttools==4.38.0
|
46 |
frozenlist==1.3.3
|
|
|
48 |
fst-pso==1.8.1
|
49 |
future==0.18.3
|
50 |
FuzzyTM==2.0.5
|
51 |
+
gast==0.4.0
|
52 |
gensim==4.3.0
|
53 |
gitdb==4.0.10
|
54 |
GitPython==3.1.31
|
|
|
56 |
google-api-python-client==2.79.0
|
57 |
google-auth==2.16.1
|
58 |
google-auth-httplib2==0.1.0
|
59 |
+
google-auth-oauthlib==1.0.0
|
60 |
+
google-pasta==0.2.0
|
61 |
googleapis-common-protos==1.58.0
|
62 |
greenlet==2.0.2
|
63 |
+
grpcio==1.54.0
|
64 |
h11==0.14.0
|
65 |
+
h5py==3.8.0
|
66 |
httplib2==0.21.0
|
67 |
huggingface-hub==0.12.1
|
68 |
idna==3.4
|
69 |
importlib-metadata==6.0.0
|
70 |
isodate==0.6.1
|
71 |
itsdangerous==2.1.2
|
72 |
+
jax==0.4.8
|
73 |
Jinja2==3.1.2
|
74 |
joblib==1.2.0
|
75 |
jsonschema==4.17.3
|
76 |
+
keras==2.12.0
|
77 |
kiwisolver==1.4.4
|
78 |
langcodes==3.3.0
|
79 |
+
libclang==16.0.0
|
80 |
looseversion==1.1.2
|
81 |
lxml==4.9.2
|
82 |
Mako==1.2.4
|
83 |
+
Markdown==3.4.3
|
84 |
markdown-it-py==2.2.0
|
85 |
MarkupSafe==2.1.2
|
86 |
matplotlib==3.7.0
|
87 |
mdurl==0.1.2
|
88 |
miniful==0.0.6
|
89 |
+
ml-dtypes==0.1.0
|
90 |
mpmath==1.3.0
|
91 |
multidict==6.0.4
|
92 |
multiprocess==0.70.14
|
|
|
96 |
nipype==1.8.6
|
97 |
nltk==3.8.1
|
98 |
numpy==1.24.2
|
99 |
+
oauthlib==3.2.2
|
100 |
openstep-parser==1.5.4
|
101 |
+
opt-einsum==3.3.0
|
102 |
packaging==23.0
|
103 |
pandas==1.5.3
|
104 |
pathlib==1.0.1
|
|
|
134 |
rdflib==6.3.2
|
135 |
regex==2023.3.23
|
136 |
requests==2.28.2
|
137 |
+
requests-oauthlib==1.3.1
|
138 |
responses==0.18.0
|
139 |
rich==13.3.1
|
140 |
rsa==4.9
|
|
|
160 |
streamlit==1.18.1
|
161 |
sympy==1.11.1
|
162 |
tenacity==8.2.1
|
163 |
+
tensorboard==2.12.2
|
164 |
+
tensorboard-data-server==0.7.0
|
165 |
+
tensorboard-plugin-wit==1.8.1
|
166 |
+
tensorflow==2.12.0
|
167 |
+
tensorflow-estimator==2.12.0
|
168 |
+
tensorflow-intel==2.12.0
|
169 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
170 |
termcolor==2.2.0
|
171 |
thinc==8.1.9
|
172 |
threadpoolctl==3.1.0
|
|
|
188 |
validators==0.20.0
|
189 |
wasabi==1.1.1
|
190 |
watchdog==2.2.1
|
191 |
+
Werkzeug==2.2.3
|
192 |
+
wrapt==1.14.1
|
193 |
xxhash==3.2.0
|
194 |
yarl==1.8.2
|
195 |
zipp==3.14.0
|