Spaces:
Running
Running
Bbmyy
commited on
Commit
·
f3d7a02
1
Parent(s):
c92c0ec
fix env
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -127,6 +127,7 @@ MarkupSafe==2.1.5
|
|
127 |
matplotlib==3.10.0
|
128 |
matplotlib-inline==0.1.7
|
129 |
mdurl==0.1.2
|
|
|
130 |
mistune==3.0.2
|
131 |
mmengine==0.10.5
|
132 |
modelscope==1.21.0
|
@@ -134,6 +135,7 @@ mpmath==1.3.0
|
|
134 |
msgpack==1.1.0
|
135 |
multidict==6.1.0
|
136 |
multiprocess==0.70.16
|
|
|
137 |
narwhals==1.18.4
|
138 |
natsort==8.4.0
|
139 |
nbclient==0.10.1
|
@@ -197,6 +199,7 @@ pydub==0.25.1
|
|
197 |
Pygments==2.18.0
|
198 |
PyNaCl==1.5.0
|
199 |
pyparsing==3.2.0
|
|
|
200 |
python-dateutil==2.9.0.post0
|
201 |
python-json-logger==3.2.1
|
202 |
python-multipart==0.0.20
|
@@ -243,7 +246,7 @@ termcolor==2.5.0
|
|
243 |
terminado==0.18.1
|
244 |
timm==0.6.13
|
245 |
tinycss2==1.4.0
|
246 |
-
tokenizers==0.
|
247 |
tomli==2.2.1
|
248 |
tomlkit==0.12.0
|
249 |
torch==2.2.0
|
@@ -254,11 +257,12 @@ torchvision==0.17.0
|
|
254 |
tornado==6.4.2
|
255 |
tqdm==4.67.1
|
256 |
traitlets==5.14.3
|
257 |
-
transformers==4.
|
258 |
triton==2.2.0
|
259 |
trueskill==0.4.5
|
260 |
typer==0.15.1
|
261 |
types-python-dateutil==2.9.0.20241206
|
|
|
262 |
typing_extensions==4.12.2
|
263 |
uri-template==1.3.0
|
264 |
urllib3==2.2.3
|
|
|
127 |
matplotlib==3.10.0
|
128 |
matplotlib-inline==0.1.7
|
129 |
mdurl==0.1.2
|
130 |
+
MIGC @ git+https://github.com/limuloo/MIGC.git@20282c07fce74ed18143a68416d18eff254fa627
|
131 |
mistune==3.0.2
|
132 |
mmengine==0.10.5
|
133 |
modelscope==1.21.0
|
|
|
135 |
msgpack==1.1.0
|
136 |
multidict==6.1.0
|
137 |
multiprocess==0.70.16
|
138 |
+
mypy-extensions==1.0.0
|
139 |
narwhals==1.18.4
|
140 |
natsort==8.4.0
|
141 |
nbclient==0.10.1
|
|
|
199 |
Pygments==2.18.0
|
200 |
PyNaCl==1.5.0
|
201 |
pyparsing==3.2.0
|
202 |
+
pyrallis==0.3.1
|
203 |
python-dateutil==2.9.0.post0
|
204 |
python-json-logger==3.2.1
|
205 |
python-multipart==0.0.20
|
|
|
246 |
terminado==0.18.1
|
247 |
timm==0.6.13
|
248 |
tinycss2==1.4.0
|
249 |
+
tokenizers==0.21.0
|
250 |
tomli==2.2.1
|
251 |
tomlkit==0.12.0
|
252 |
torch==2.2.0
|
|
|
257 |
tornado==6.4.2
|
258 |
tqdm==4.67.1
|
259 |
traitlets==5.14.3
|
260 |
+
transformers==4.47.1
|
261 |
triton==2.2.0
|
262 |
trueskill==0.4.5
|
263 |
typer==0.15.1
|
264 |
types-python-dateutil==2.9.0.20241206
|
265 |
+
typing-inspect==0.9.0
|
266 |
typing_extensions==4.12.2
|
267 |
uri-template==1.3.0
|
268 |
urllib3==2.2.3
|