Spaces:
Runtime error
Runtime error
noamelata
commited on
Commit
·
a27298e
1
Parent(s):
ae773df
update requirements
Browse files- requirements.txt +1 -43
requirements.txt
CHANGED
@@ -90,18 +90,14 @@ mistune==2.0.5
|
|
90 |
mpmath==1.3.0
|
91 |
multidict==6.0.4
|
92 |
munkres==1.1.4
|
93 |
-
nbclient==0.8.0
|
94 |
-
nbconvert==7.4.0
|
95 |
-
nbformat==5.9.0
|
96 |
nest-asyncio==1.5.6
|
97 |
-
networkx==3.1
|
98 |
-
notebook_shim==0.2.3
|
99 |
numpy==1.24.3
|
100 |
oauthlib==3.2.2
|
101 |
opt-einsum==3.3.0
|
102 |
orjson==3.9.0
|
103 |
overrides==7.3.1
|
104 |
packaging==23.1
|
|
|
105 |
pandas==2.0.2
|
106 |
pandocfilters==1.5.0
|
107 |
parso==0.8.3
|
@@ -109,30 +105,6 @@ pexpect==4.8.0
|
|
109 |
pickleshare==0.7.5
|
110 |
Pillow==9.4.0
|
111 |
pip==23.1.2
|
112 |
-
pkgutil_resolve_name==1.3.10
|
113 |
-
platformdirs==3.5.1
|
114 |
-
pluggy==1.0.0
|
115 |
-
ply==3.11
|
116 |
-
pooch==1.7.0
|
117 |
-
prometheus-client==0.17.0
|
118 |
-
prompt-toolkit==3.0.38
|
119 |
-
protobuf==4.21.12
|
120 |
-
psutil==5.9.5
|
121 |
-
ptyprocess==0.7.0
|
122 |
-
pure-eval==0.2.2
|
123 |
-
Pygments==2.15.1
|
124 |
-
PyJWT==2.7.0
|
125 |
-
pyOpenSSL==23.2.0
|
126 |
-
pyparsing==3.0.9
|
127 |
-
PyQt5==5.15.7
|
128 |
-
PyQt5-sip==12.11.0
|
129 |
-
pyrsistent==0.19.3
|
130 |
-
PySocks==1.7.1
|
131 |
-
python-dateutil==2.8.2
|
132 |
-
python-json-logger==2.0.7
|
133 |
-
python-multipart==0.0.6
|
134 |
-
pytz==2023.3
|
135 |
-
pyu2f==0.1.5
|
136 |
PyYAML==6.0
|
137 |
pyzmq==25.1.0
|
138 |
regex==2023.5.5
|
@@ -155,8 +127,6 @@ soupsieve==2.3.2.post1
|
|
155 |
stack-data==0.6.2
|
156 |
starlette==0.27.0
|
157 |
sympy==1.12
|
158 |
-
tensorflow==2.11.0
|
159 |
-
tensorflow-estimator==2.11.0
|
160 |
termcolor==2.3.0
|
161 |
terminado==0.17.1
|
162 |
timm==0.9.2
|
@@ -170,21 +140,9 @@ torchaudio==2.0.2
|
|
170 |
torchvision==0.15.2
|
171 |
tornado==6.3.2
|
172 |
tqdm==4.65.0
|
173 |
-
traitlets==5.9.0
|
174 |
-
transformers==4.29.2
|
175 |
-
triton==2.0.0
|
176 |
typing_extensions==4.6.2
|
177 |
typing-utils==0.1.0
|
178 |
tzdata==2023.3
|
179 |
-
uc-micro-py==1.0.2
|
180 |
-
unicodedata2==15.0.0
|
181 |
-
urllib3==2.0.2
|
182 |
-
uvicorn==0.22.0
|
183 |
-
wcwidth==0.2.6
|
184 |
-
webencodings==0.5.1
|
185 |
-
websocket-client==1.5.2
|
186 |
-
websockets==11.0.3
|
187 |
-
Werkzeug==2.3.4
|
188 |
wheel==0.40.0
|
189 |
wrapt==1.15.0
|
190 |
yarl==1.9.2
|
|
|
90 |
mpmath==1.3.0
|
91 |
multidict==6.0.4
|
92 |
munkres==1.1.4
|
|
|
|
|
|
|
93 |
nest-asyncio==1.5.6
|
|
|
|
|
94 |
numpy==1.24.3
|
95 |
oauthlib==3.2.2
|
96 |
opt-einsum==3.3.0
|
97 |
orjson==3.9.0
|
98 |
overrides==7.3.1
|
99 |
packaging==23.1
|
100 |
+
packaging==23.1
|
101 |
pandas==2.0.2
|
102 |
pandocfilters==1.5.0
|
103 |
parso==0.8.3
|
|
|
105 |
pickleshare==0.7.5
|
106 |
Pillow==9.4.0
|
107 |
pip==23.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
PyYAML==6.0
|
109 |
pyzmq==25.1.0
|
110 |
regex==2023.5.5
|
|
|
127 |
stack-data==0.6.2
|
128 |
starlette==0.27.0
|
129 |
sympy==1.12
|
|
|
|
|
130 |
termcolor==2.3.0
|
131 |
terminado==0.17.1
|
132 |
timm==0.9.2
|
|
|
140 |
torchvision==0.15.2
|
141 |
tornado==6.3.2
|
142 |
tqdm==4.65.0
|
|
|
|
|
|
|
143 |
typing_extensions==4.6.2
|
144 |
typing-utils==0.1.0
|
145 |
tzdata==2023.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
wheel==0.40.0
|
147 |
wrapt==1.15.0
|
148 |
yarl==1.9.2
|