Spaces:
Runtime error
Runtime error
zjasper666
commited on
Commit
•
79ee1b9
1
Parent(s):
3f22018
Upload folder using huggingface_hub
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ altair==5.4.0
|
|
7 |
annotated-types==0.7.0
|
8 |
anyio==4.4.0
|
9 |
attrs==24.2.0
|
10 |
-
Bottleneck
|
11 |
certifi==2024.7.4
|
12 |
charset-normalizer==3.3.2
|
13 |
click==8.1.7
|
@@ -48,12 +48,12 @@ multidict==6.0.5
|
|
48 |
narwhals==1.3.0
|
49 |
networkx==3.3
|
50 |
nh3==0.2.18
|
51 |
-
numexpr
|
52 |
-
numpy
|
53 |
openai==1.40.3
|
54 |
orjson==3.10.7
|
55 |
packaging==24.1
|
56 |
-
pandas
|
57 |
peft==0.12.0
|
58 |
pillow==10.4.0
|
59 |
plotly==5.23.0
|
@@ -65,9 +65,9 @@ pydantic_core==2.20.1
|
|
65 |
pydub==0.25.1
|
66 |
Pygments==2.18.0
|
67 |
pyparsing==3.1.2
|
68 |
-
python-dateutil
|
69 |
python-multipart==0.0.9
|
70 |
-
pytz
|
71 |
PyYAML==6.0.2
|
72 |
referencing==0.35.1
|
73 |
regex==2024.7.24
|
@@ -83,7 +83,7 @@ sentencepiece==0.2.0
|
|
83 |
setuptools==72.1.0
|
84 |
shellingham==1.5.4
|
85 |
shortuuid==1.0.13
|
86 |
-
six
|
87 |
sniffio==1.3.1
|
88 |
starlette==0.37.2
|
89 |
svgwrite==1.4.3
|
@@ -98,7 +98,7 @@ tqdm==4.66.5
|
|
98 |
transformers==4.44.0
|
99 |
typer==0.12.4
|
100 |
typing_extensions==4.12.2
|
101 |
-
tzdata
|
102 |
uc-micro-py==1.0.3
|
103 |
urllib3==2.2.2
|
104 |
uvicorn==0.30.5
|
|
|
7 |
annotated-types==0.7.0
|
8 |
anyio==4.4.0
|
9 |
attrs==24.2.0
|
10 |
+
Bottleneck
|
11 |
certifi==2024.7.4
|
12 |
charset-normalizer==3.3.2
|
13 |
click==8.1.7
|
|
|
48 |
narwhals==1.3.0
|
49 |
networkx==3.3
|
50 |
nh3==0.2.18
|
51 |
+
numexpr
|
52 |
+
numpy
|
53 |
openai==1.40.3
|
54 |
orjson==3.10.7
|
55 |
packaging==24.1
|
56 |
+
pandas
|
57 |
peft==0.12.0
|
58 |
pillow==10.4.0
|
59 |
plotly==5.23.0
|
|
|
65 |
pydub==0.25.1
|
66 |
Pygments==2.18.0
|
67 |
pyparsing==3.1.2
|
68 |
+
python-dateutil
|
69 |
python-multipart==0.0.9
|
70 |
+
pytz
|
71 |
PyYAML==6.0.2
|
72 |
referencing==0.35.1
|
73 |
regex==2024.7.24
|
|
|
83 |
setuptools==72.1.0
|
84 |
shellingham==1.5.4
|
85 |
shortuuid==1.0.13
|
86 |
+
six
|
87 |
sniffio==1.3.1
|
88 |
starlette==0.37.2
|
89 |
svgwrite==1.4.3
|
|
|
98 |
transformers==4.44.0
|
99 |
typer==0.12.4
|
100 |
typing_extensions==4.12.2
|
101 |
+
tzdata
|
102 |
uc-micro-py==1.0.3
|
103 |
urllib3==2.2.2
|
104 |
uvicorn==0.30.5
|