Spaces:
Runtime error
Runtime error
lingyit1108
commited on
Commit
•
6ff100f
1
Parent(s):
803b50f
fix requirements.txt
Browse files- requirements.txt +1 -58
requirements.txt
CHANGED
@@ -1,59 +1,2 @@
|
|
1 |
-
altair==5.3.0
|
2 |
-
annotated-types==0.7.0
|
3 |
-
anyio==4.4.0
|
4 |
-
attrs==24.2.0
|
5 |
-
blinker==1.8.2
|
6 |
-
cachetools==5.4.0
|
7 |
-
certifi==2024.7.4
|
8 |
-
charset-normalizer==3.3.2
|
9 |
-
click==8.1.7
|
10 |
-
distro==1.9.0
|
11 |
-
gitdb==4.0.11
|
12 |
-
GitPython==3.1.43
|
13 |
-
h11==0.14.0
|
14 |
-
httpcore==1.0.5
|
15 |
-
httpx==0.27.0
|
16 |
-
idna==3.7
|
17 |
-
importlib-metadata==6.11.0
|
18 |
-
Jinja2==3.1.4
|
19 |
-
jiter==0.5.0
|
20 |
-
jsonschema==4.23.0
|
21 |
-
jsonschema-specifications==2023.12.1
|
22 |
-
markdown-it-py==3.0.0
|
23 |
-
MarkupSafe==2.1.5
|
24 |
-
mdurl==0.1.2
|
25 |
-
numpy==1.26.4
|
26 |
openai==1.40.2
|
27 |
-
|
28 |
-
pandas==2.2.2
|
29 |
-
pillow==10.4.0
|
30 |
-
plotly==5.23.0
|
31 |
-
protobuf==4.25.4
|
32 |
-
pyarrow==17.0.0
|
33 |
-
pydantic==2.8.2
|
34 |
-
pydantic_core==2.20.1
|
35 |
-
pydeck==0.9.1
|
36 |
-
Pygments==2.18.0
|
37 |
-
python-dateutil==2.9.0.post0
|
38 |
-
pytz==2024.1
|
39 |
-
referencing==0.35.1
|
40 |
-
requests==2.32.3
|
41 |
-
rich==13.7.1
|
42 |
-
rpds-py==0.20.0
|
43 |
-
setuptools==72.1.0
|
44 |
-
six==1.16.0
|
45 |
-
smmap==5.0.1
|
46 |
-
sniffio==1.3.1
|
47 |
-
streamlit==1.37.1
|
48 |
-
tenacity==8.5.0
|
49 |
-
toml==0.10.2
|
50 |
-
toolz==0.12.1
|
51 |
-
tornado==6.4.1
|
52 |
-
tqdm==4.66.5
|
53 |
-
typing_extensions==4.12.2
|
54 |
-
tzdata==2024.1
|
55 |
-
tzlocal==5.2
|
56 |
-
urllib3==2.2.2
|
57 |
-
validators==0.33.0
|
58 |
-
wheel==0.43.0
|
59 |
-
zipp==3.19.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai==1.40.2
|
2 |
+
streamlit==1.37.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|