Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +23 -22
requirements.txt
CHANGED
@@ -3,9 +3,10 @@ aiofiles==23.2.1
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
5 |
attrs==24.3.0
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
click==8.1.8
|
10 |
contextlib2==21.6.0
|
11 |
contourpy==1.3.0
|
@@ -13,22 +14,22 @@ cycler==0.12.1
|
|
13 |
exceptiongroup==1.2.2
|
14 |
fastapi==0.115.6
|
15 |
ffmpy==0.5.0
|
16 |
-
filelock
|
17 |
fonttools==4.55.3
|
18 |
fsspec==2024.12.0
|
19 |
-
gmpy2
|
20 |
gradio==4.44.1
|
21 |
gradio_client==1.3.0
|
22 |
h11==0.14.0
|
23 |
-
h2
|
24 |
-
hpack
|
25 |
httpcore==1.0.7
|
26 |
httpx==0.28.1
|
27 |
huggingface-hub==0.27.0
|
28 |
-
hyperframe
|
29 |
-
idna
|
30 |
importlib_resources==6.5.2
|
31 |
-
Jinja2
|
32 |
kiwisolver==1.4.7
|
33 |
markdown-it-py==3.0.0
|
34 |
MarkupSafe==2.1.5
|
@@ -36,39 +37,39 @@ matplotlib==3.9.4
|
|
36 |
mdurl==0.1.2
|
37 |
mkl-service==2.4.0
|
38 |
mkl_fft==1.3.11
|
39 |
-
mkl_random
|
40 |
ml-collections==0.1.1
|
41 |
-
mpmath
|
42 |
-
networkx
|
43 |
-
numpy
|
44 |
open-spiel==1.5
|
45 |
orjson==3.10.13
|
46 |
packaging==24.2
|
47 |
pandas==2.2.3
|
48 |
pillow==10.4.0
|
49 |
-
pycparser
|
50 |
pydantic==2.10.4
|
51 |
pydantic_core==2.27.2
|
52 |
pydub==0.25.1
|
53 |
Pygments==2.19.1
|
54 |
pyparsing==3.2.1
|
55 |
-
PySocks
|
56 |
python-dateutil==2.9.0.post0
|
57 |
python-multipart==0.0.20
|
58 |
pytz==2024.2
|
59 |
-
PyYAML
|
60 |
regex==2024.11.6
|
61 |
-
requests
|
62 |
rich==13.9.4
|
63 |
ruff==0.8.6
|
64 |
safetensors==0.5.0
|
65 |
scipy==1.13.1
|
66 |
semantic-version==2.10.0
|
67 |
shellingham==1.5.4
|
68 |
-
six
|
69 |
sniffio==1.3.1
|
70 |
starlette==0.41.3
|
71 |
-
sympy
|
72 |
tokenizers==0.21.0
|
73 |
tomlkit==0.12.0
|
74 |
torch==2.2.2
|
@@ -77,9 +78,9 @@ torchvision==0.17.2
|
|
77 |
tqdm==4.67.1
|
78 |
transformers==4.47.1
|
79 |
typer==0.15.1
|
80 |
-
typing_extensions
|
81 |
tzdata==2024.2
|
82 |
-
urllib3
|
83 |
uvicorn==0.34.0
|
84 |
websockets==12.0
|
85 |
zipp==3.21.0
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
5 |
attrs==24.3.0
|
6 |
+
Brotli==1.0.9
|
7 |
+
certifi==2024.6.20
|
8 |
+
cffi==1.16.0
|
9 |
+
charset-normalizer==3.3.1
|
10 |
click==8.1.8
|
11 |
contextlib2==21.6.0
|
12 |
contourpy==1.3.0
|
|
|
14 |
exceptiongroup==1.2.2
|
15 |
fastapi==0.115.6
|
16 |
ffmpy==0.5.0
|
17 |
+
filelock==3.13.1
|
18 |
fonttools==4.55.3
|
19 |
fsspec==2024.12.0
|
20 |
+
gmpy2==2.1.5
|
21 |
gradio==4.44.1
|
22 |
gradio_client==1.3.0
|
23 |
h11==0.14.0
|
24 |
+
h2==4.1.0
|
25 |
+
hpack==4.0.0
|
26 |
httpcore==1.0.7
|
27 |
httpx==0.28.1
|
28 |
huggingface-hub==0.27.0
|
29 |
+
hyperframe==6.0.1
|
30 |
+
idna==3.5
|
31 |
importlib_resources==6.5.2
|
32 |
+
Jinja2==3.1.2
|
33 |
kiwisolver==1.4.7
|
34 |
markdown-it-py==3.0.0
|
35 |
MarkupSafe==2.1.5
|
|
|
37 |
mdurl==0.1.2
|
38 |
mkl-service==2.4.0
|
39 |
mkl_fft==1.3.11
|
40 |
+
mkl_random==1.3.4
|
41 |
ml-collections==0.1.1
|
42 |
+
mpmath==1.3.0
|
43 |
+
networkx==3.2
|
44 |
+
numpy==1.26.4
|
45 |
open-spiel==1.5
|
46 |
orjson==3.10.13
|
47 |
packaging==24.2
|
48 |
pandas==2.2.3
|
49 |
pillow==10.4.0
|
50 |
+
pycparser==2.21
|
51 |
pydantic==2.10.4
|
52 |
pydantic_core==2.27.2
|
53 |
pydub==0.25.1
|
54 |
Pygments==2.19.1
|
55 |
pyparsing==3.2.1
|
56 |
+
PySocks==1.7.2
|
57 |
python-dateutil==2.9.0.post0
|
58 |
python-multipart==0.0.20
|
59 |
pytz==2024.2
|
60 |
+
PyYAML==6.0.1
|
61 |
regex==2024.11.6
|
62 |
+
requests==2.31.0
|
63 |
rich==13.9.4
|
64 |
ruff==0.8.6
|
65 |
safetensors==0.5.0
|
66 |
scipy==1.13.1
|
67 |
semantic-version==2.10.0
|
68 |
shellingham==1.5.4
|
69 |
+
six==1.16.0
|
70 |
sniffio==1.3.1
|
71 |
starlette==0.41.3
|
72 |
+
sympy==1.12
|
73 |
tokenizers==0.21.0
|
74 |
tomlkit==0.12.0
|
75 |
torch==2.2.2
|
|
|
78 |
tqdm==4.67.1
|
79 |
transformers==4.47.1
|
80 |
typer==0.15.1
|
81 |
+
typing_extensions==4.8.1
|
82 |
tzdata==2024.2
|
83 |
+
urllib3==2.1.0
|
84 |
uvicorn==0.34.0
|
85 |
websockets==12.0
|
86 |
zipp==3.21.0
|