Spaces:
Runtime error
Runtime error
change req
Browse files- requirements.txt +137 -75
requirements.txt
CHANGED
@@ -1,109 +1,171 @@
|
|
1 |
absl-py==1.4.0
|
2 |
-
aiohttp==3.8.
|
3 |
aiosignal==1.3.1
|
4 |
-
alembic==1.
|
|
|
|
|
|
|
|
|
|
|
5 |
asttokens==2.2.1
|
|
|
6 |
async-timeout==4.0.2
|
7 |
-
attrs==
|
8 |
-
|
9 |
backcall==0.2.0
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
cmaes==0.9.1
|
15 |
-
cmd2==2.4.2
|
16 |
colorlog==6.7.0
|
17 |
-
comm==0.1.
|
18 |
-
contourpy==1.0
|
|
|
19 |
cycler==0.11.0
|
20 |
-
|
|
|
21 |
decorator==5.1.1
|
|
|
|
|
|
|
22 |
executing==1.2.0
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
frozenlist==1.3.3
|
25 |
-
fsspec==
|
26 |
-
|
27 |
-
google-auth==
|
28 |
-
|
29 |
-
|
30 |
-
#grpcio==1.51.1
|
31 |
idna==3.4
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
36 |
jedi==0.18.2
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
kiwisolver==1.4.4
|
41 |
-
lightning
|
42 |
-
|
|
|
43 |
Mako==1.2.4
|
44 |
-
Markdown==3.4.
|
45 |
-
|
46 |
-
|
|
|
47 |
matplotlib-inline==0.1.6
|
|
|
|
|
|
|
48 |
multidict==6.0.4
|
|
|
|
|
|
|
49 |
nest-asyncio==1.5.6
|
50 |
-
|
|
|
|
|
51 |
oauthlib==3.2.2
|
52 |
-
optuna==2.
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
55 |
parso==0.8.3
|
56 |
patsy==0.5.3
|
57 |
-
pbr==5.11.1
|
58 |
pexpect==4.8.0
|
59 |
pickleshare==0.7.5
|
60 |
-
Pillow==9.
|
61 |
-
platformdirs==3.
|
62 |
-
|
63 |
-
prompt-toolkit==3.0.
|
64 |
-
protobuf==
|
65 |
-
psutil==5.9.
|
66 |
ptyprocess==0.7.0
|
67 |
pure-eval==0.2.2
|
68 |
-
pyasn1==0.
|
69 |
-
pyasn1-modules==0.
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
74 |
python-dateutil==2.8.2
|
75 |
-
|
76 |
-
|
77 |
-
|
|
|
|
|
|
|
|
|
78 |
PyYAML==6.0
|
79 |
-
pyzmq==25.
|
80 |
-
|
81 |
-
requests
|
82 |
requests-oauthlib==1.3.1
|
|
|
|
|
|
|
83 |
rsa==4.9
|
84 |
-
scikit-learn==1.
|
85 |
-
scipy==1.
|
|
|
86 |
six==1.16.0
|
87 |
-
|
|
|
|
|
88 |
stack-data==0.6.2
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
tensorboard
|
94 |
-
|
|
|
95 |
threadpoolctl==3.1.0
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
tornado==6.2
|
101 |
-
tqdm==4.
|
102 |
traitlets==5.9.0
|
103 |
-
typing_extensions==4.
|
104 |
-
|
|
|
|
|
|
|
105 |
wcwidth==0.2.6
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
|
|
|
|
|
|
|
1 |
absl-py==1.4.0
|
2 |
+
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
4 |
+
alembic==1.11.1
|
5 |
+
anyio==3.7.0
|
6 |
+
appnope==0.1.3
|
7 |
+
argon2-cffi==21.3.0
|
8 |
+
argon2-cffi-bindings==21.2.0
|
9 |
+
arrow==1.2.3
|
10 |
asttokens==2.2.1
|
11 |
+
async-lru==2.0.2
|
12 |
async-timeout==4.0.2
|
13 |
+
attrs==23.1.0
|
14 |
+
Babel==2.12.1
|
15 |
backcall==0.2.0
|
16 |
+
beautifulsoup4==4.12.2
|
17 |
+
bleach==6.0.0
|
18 |
+
blessed==1.20.0
|
19 |
+
cachetools==5.3.1
|
20 |
+
certifi==2023.5.7
|
21 |
+
cffi==1.15.1
|
22 |
+
charset-normalizer==3.1.0
|
23 |
+
click==8.1.3
|
24 |
cmaes==0.9.1
|
|
|
25 |
colorlog==6.7.0
|
26 |
+
comm==0.1.3
|
27 |
+
contourpy==1.1.0
|
28 |
+
croniter==1.3.15
|
29 |
cycler==0.11.0
|
30 |
+
dateutils==0.6.12
|
31 |
+
debugpy==1.6.7
|
32 |
decorator==5.1.1
|
33 |
+
deepdiff==6.3.0
|
34 |
+
defusedxml==0.7.1
|
35 |
+
exceptiongroup==1.1.1
|
36 |
executing==1.2.0
|
37 |
+
fastapi==0.98.0
|
38 |
+
fastjsonschema==2.17.1
|
39 |
+
filelock==3.12.2
|
40 |
+
fonttools==4.40.0
|
41 |
+
fqdn==1.5.1
|
42 |
frozenlist==1.3.3
|
43 |
+
fsspec==2023.6.0
|
44 |
+
google-auth==2.21.0
|
45 |
+
google-auth-oauthlib==1.0.0
|
46 |
+
grpcio==1.56.0
|
47 |
+
h11==0.14.0
|
|
|
48 |
idna==3.4
|
49 |
+
inquirer==3.1.3
|
50 |
+
ipykernel==6.23.3
|
51 |
+
ipython==8.14.0
|
52 |
+
ipywidgets==8.0.6
|
53 |
+
isoduration==20.11.0
|
54 |
+
itsdangerous==2.1.2
|
55 |
jedi==0.18.2
|
56 |
+
Jinja2==3.1.2
|
57 |
+
joblib==1.3.0
|
58 |
+
json5==0.9.14
|
59 |
+
jsonpointer==2.4
|
60 |
+
jsonschema==4.17.3
|
61 |
+
jupyter-events==0.6.3
|
62 |
+
jupyter-lsp==2.2.0
|
63 |
+
jupyter_client==8.3.0
|
64 |
+
jupyter_core==5.3.1
|
65 |
+
jupyter_server==2.7.0
|
66 |
+
jupyter_server_terminals==0.4.4
|
67 |
+
jupyterlab==4.0.2
|
68 |
+
jupyterlab-pygments==0.2.2
|
69 |
+
jupyterlab-widgets==3.0.7
|
70 |
+
jupyterlab_server==2.23.0
|
71 |
kiwisolver==1.4.4
|
72 |
+
lightning==2.0.4
|
73 |
+
lightning-cloud==0.5.37
|
74 |
+
lightning-utilities==0.8.0
|
75 |
Mako==1.2.4
|
76 |
+
Markdown==3.4.3
|
77 |
+
markdown-it-py==3.0.0
|
78 |
+
MarkupSafe==2.1.3
|
79 |
+
matplotlib==3.7.1
|
80 |
matplotlib-inline==0.1.6
|
81 |
+
mdurl==0.1.2
|
82 |
+
mistune==3.0.1
|
83 |
+
mpmath==1.3.0
|
84 |
multidict==6.0.4
|
85 |
+
nbclient==0.8.0
|
86 |
+
nbconvert==7.6.0
|
87 |
+
nbformat==5.9.0
|
88 |
nest-asyncio==1.5.6
|
89 |
+
networkx==3.1
|
90 |
+
notebook_shim==0.2.3
|
91 |
+
numpy==1.25.0
|
92 |
oauthlib==3.2.2
|
93 |
+
optuna==3.2.0
|
94 |
+
ordered-set==4.1.0
|
95 |
+
overrides==7.3.1
|
96 |
+
packaging==23.1
|
97 |
+
pandas==2.0.3
|
98 |
+
pandocfilters==1.5.0
|
99 |
parso==0.8.3
|
100 |
patsy==0.5.3
|
|
|
101 |
pexpect==4.8.0
|
102 |
pickleshare==0.7.5
|
103 |
+
Pillow==9.5.0
|
104 |
+
platformdirs==3.8.0
|
105 |
+
prometheus-client==0.17.0
|
106 |
+
prompt-toolkit==3.0.38
|
107 |
+
protobuf==4.23.3
|
108 |
+
psutil==5.9.5
|
109 |
ptyprocess==0.7.0
|
110 |
pure-eval==0.2.2
|
111 |
+
pyasn1==0.5.0
|
112 |
+
pyasn1-modules==0.3.0
|
113 |
+
pycparser==2.21
|
114 |
+
pydantic==1.10.9
|
115 |
+
Pygments==2.15.1
|
116 |
+
PyJWT==2.7.0
|
117 |
+
pyparsing==3.1.0
|
118 |
+
pyrsistent==0.19.3
|
119 |
python-dateutil==2.8.2
|
120 |
+
python-editor==1.0.4
|
121 |
+
python-json-logger==2.0.7
|
122 |
+
python-multipart==0.0.6
|
123 |
+
pytorch-forecasting==1.0.0
|
124 |
+
pytorch-lightning==2.0.4
|
125 |
+
pytorch-optimizer==2.11.0
|
126 |
+
pytz==2023.3
|
127 |
PyYAML==6.0
|
128 |
+
pyzmq==25.1.0
|
129 |
+
readchar==4.0.5
|
130 |
+
requests==2.31.0
|
131 |
requests-oauthlib==1.3.1
|
132 |
+
rfc3339-validator==0.1.4
|
133 |
+
rfc3986-validator==0.1.1
|
134 |
+
rich==13.4.2
|
135 |
rsa==4.9
|
136 |
+
scikit-learn==1.2.2
|
137 |
+
scipy==1.11.1
|
138 |
+
Send2Trash==1.8.2
|
139 |
six==1.16.0
|
140 |
+
sniffio==1.3.0
|
141 |
+
soupsieve==2.4.1
|
142 |
+
SQLAlchemy==2.0.17
|
143 |
stack-data==0.6.2
|
144 |
+
starlette==0.27.0
|
145 |
+
starsessions==1.3.0
|
146 |
+
statsmodels==0.14.0
|
147 |
+
sympy==1.12
|
148 |
+
tensorboard==2.13.0
|
149 |
+
tensorboard-data-server==0.7.1
|
150 |
+
terminado==0.17.1
|
151 |
threadpoolctl==3.1.0
|
152 |
+
tinycss2==1.2.1
|
153 |
+
tomli==2.0.1
|
154 |
+
torch==2.0.1
|
155 |
+
torchmetrics==0.11.4
|
156 |
+
tornado==6.3.2
|
157 |
+
tqdm==4.65.0
|
158 |
traitlets==5.9.0
|
159 |
+
typing_extensions==4.7.0
|
160 |
+
tzdata==2023.3
|
161 |
+
uri-template==1.3.0
|
162 |
+
urllib3==1.26.16
|
163 |
+
uvicorn==0.22.0
|
164 |
wcwidth==0.2.6
|
165 |
+
webcolors==1.13
|
166 |
+
webencodings==0.5.1
|
167 |
+
websocket-client==1.6.1
|
168 |
+
websockets==11.0.3
|
169 |
+
Werkzeug==2.3.6
|
170 |
+
widgetsnbextension==4.0.7
|
171 |
+
yarl==1.9.2
|