Spaces:
Running
Running
ghengx
commited on
Commit
·
b96df16
1
Parent(s):
457890e
Update requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
@@ -1,17 +1,28 @@
|
|
1 |
altair==5.5.0
|
|
|
|
|
2 |
attrs==25.1.0
|
3 |
blinker==1.9.0
|
|
|
|
|
4 |
cachetools==5.5.1
|
5 |
certifi==2025.1.31
|
6 |
charset-normalizer==3.4.1
|
7 |
click==8.1.8
|
|
|
8 |
filelock==3.17.0
|
9 |
fsspec==2025.2.0
|
10 |
gitdb==4.0.12
|
11 |
GitPython==3.1.44
|
|
|
|
|
|
|
12 |
huggingface-hub==0.28.1
|
13 |
idna==3.10
|
14 |
Jinja2==3.1.5
|
|
|
|
|
|
|
15 |
jsonschema==4.23.0
|
16 |
jsonschema-specifications==2024.10.1
|
17 |
markdown-it-py==3.0.0
|
@@ -19,11 +30,14 @@ MarkupSafe==3.0.2
|
|
19 |
mdurl==0.1.2
|
20 |
narwhals==1.24.2
|
21 |
numpy==2.2.2
|
|
|
22 |
packaging==24.2
|
23 |
pandas==2.2.3
|
24 |
pillow==11.1.0
|
25 |
protobuf==5.29.3
|
26 |
pyarrow==19.0.0
|
|
|
|
|
27 |
pydeck==0.9.1
|
28 |
Pygments==2.19.1
|
29 |
python-dateutil==2.9.0.post0
|
@@ -33,10 +47,15 @@ referencing==0.36.2
|
|
33 |
requests==2.32.3
|
34 |
rich==13.9.4
|
35 |
rpds-py==0.22.3
|
|
|
|
|
|
|
36 |
six==1.17.0
|
37 |
smmap==5.0.2
|
|
|
38 |
streamlit==1.41.1
|
39 |
tenacity==9.0.0
|
|
|
40 |
toml==0.10.2
|
41 |
tornado==6.4.2
|
42 |
tqdm==4.67.1
|
|
|
1 |
altair==5.5.0
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.8.0
|
4 |
attrs==25.1.0
|
5 |
blinker==1.9.0
|
6 |
+
boto3==1.36.12
|
7 |
+
botocore==1.36.12
|
8 |
cachetools==5.5.1
|
9 |
certifi==2025.1.31
|
10 |
charset-normalizer==3.4.1
|
11 |
click==8.1.8
|
12 |
+
distro==1.9.0
|
13 |
filelock==3.17.0
|
14 |
fsspec==2025.2.0
|
15 |
gitdb==4.0.12
|
16 |
GitPython==3.1.44
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.7
|
19 |
+
httpx==0.28.1
|
20 |
huggingface-hub==0.28.1
|
21 |
idna==3.10
|
22 |
Jinja2==3.1.5
|
23 |
+
jiter==0.8.2
|
24 |
+
jmespath==1.0.1
|
25 |
+
joblib==1.4.2
|
26 |
jsonschema==4.23.0
|
27 |
jsonschema-specifications==2024.10.1
|
28 |
markdown-it-py==3.0.0
|
|
|
30 |
mdurl==0.1.2
|
31 |
narwhals==1.24.2
|
32 |
numpy==2.2.2
|
33 |
+
openai==1.61.0
|
34 |
packaging==24.2
|
35 |
pandas==2.2.3
|
36 |
pillow==11.1.0
|
37 |
protobuf==5.29.3
|
38 |
pyarrow==19.0.0
|
39 |
+
pydantic==2.10.6
|
40 |
+
pydantic_core==2.27.2
|
41 |
pydeck==0.9.1
|
42 |
Pygments==2.19.1
|
43 |
python-dateutil==2.9.0.post0
|
|
|
47 |
requests==2.32.3
|
48 |
rich==13.9.4
|
49 |
rpds-py==0.22.3
|
50 |
+
s3transfer==0.11.2
|
51 |
+
scikit-learn==1.6.1
|
52 |
+
scipy==1.15.1
|
53 |
six==1.17.0
|
54 |
smmap==5.0.2
|
55 |
+
sniffio==1.3.1
|
56 |
streamlit==1.41.1
|
57 |
tenacity==9.0.0
|
58 |
+
threadpoolctl==3.5.0
|
59 |
toml==0.10.2
|
60 |
tornado==6.4.2
|
61 |
tqdm==4.67.1
|