Spaces:
Sleeping
Sleeping
Ludvig Doeser
commited on
Commit
•
c2a86fb
1
Parent(s):
78c3ee0
modifying requirements to solve dependency problems
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -60,7 +60,6 @@ google-auth==1.28.0
|
|
60 |
google-auth-oauthlib==0.4.4
|
61 |
google-pasta==0.2.0
|
62 |
gradio==3.9.1
|
63 |
-
great-expectations==0.14.12
|
64 |
greenlet==2.0.1
|
65 |
grpcio==1.32.0
|
66 |
grpclib==0.4.3
|
@@ -156,7 +155,6 @@ pyasn1-modules==0.2.8
|
|
156 |
pycparser==2.21
|
157 |
pycryptodome==3.15.0
|
158 |
pycryptodomex==3.15.0
|
159 |
-
pydantic==1.10.2
|
160 |
pydub==0.25.1
|
161 |
Pygments==2.13.0
|
162 |
PyHopsHive==0.6.4.1.dev0
|
@@ -180,7 +178,6 @@ requests-oauthlib==1.3.0
|
|
180 |
resampy==0.4.2
|
181 |
responses==0.18.0
|
182 |
rfc3986==1.5.0
|
183 |
-
rich==12.6.0
|
184 |
rsa==4.7.2
|
185 |
ruamel.yaml==0.17.17
|
186 |
ruamel.yaml.clib==0.2.7
|
@@ -196,7 +193,6 @@ soundfile==0.11.0
|
|
196 |
soupsieve==2.3.2.post1
|
197 |
SQLAlchemy==1.4.44
|
198 |
stack-data==0.6.1
|
199 |
-
starlette==0.21.0
|
200 |
synchronicity==0.2.10
|
201 |
tblib==1.7.0
|
202 |
tensorboard==2.11.0
|
@@ -226,7 +222,7 @@ twofish==0.3.0
|
|
226 |
typer==0.6.1
|
227 |
types-certifi==2021.10.8.3
|
228 |
types-toml==0.10.8.1
|
229 |
-
typing_extensions==
|
230 |
tzdata==2022.6
|
231 |
tzlocal==4.2
|
232 |
uc-micro-py==1.0.1
|
|
|
60 |
google-auth-oauthlib==0.4.4
|
61 |
google-pasta==0.2.0
|
62 |
gradio==3.9.1
|
|
|
63 |
greenlet==2.0.1
|
64 |
grpcio==1.32.0
|
65 |
grpclib==0.4.3
|
|
|
155 |
pycparser==2.21
|
156 |
pycryptodome==3.15.0
|
157 |
pycryptodomex==3.15.0
|
|
|
158 |
pydub==0.25.1
|
159 |
Pygments==2.13.0
|
160 |
PyHopsHive==0.6.4.1.dev0
|
|
|
178 |
resampy==0.4.2
|
179 |
responses==0.18.0
|
180 |
rfc3986==1.5.0
|
|
|
181 |
rsa==4.7.2
|
182 |
ruamel.yaml==0.17.17
|
183 |
ruamel.yaml.clib==0.2.7
|
|
|
193 |
soupsieve==2.3.2.post1
|
194 |
SQLAlchemy==1.4.44
|
195 |
stack-data==0.6.1
|
|
|
196 |
synchronicity==0.2.10
|
197 |
tblib==1.7.0
|
198 |
tensorboard==2.11.0
|
|
|
222 |
typer==0.6.1
|
223 |
types-certifi==2021.10.8.3
|
224 |
types-toml==0.10.8.1
|
225 |
+
typing_extensions==3.7.4.3
|
226 |
tzdata==2022.6
|
227 |
tzlocal==4.2
|
228 |
uc-micro-py==1.0.1
|