Spaces:
Sleeping
Sleeping
New packages
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ anyio==4.9.0
|
|
7 |
arxiv==2.2.0
|
8 |
attrs==25.3.0
|
9 |
beautifulsoup4==4.13.4
|
|
|
10 |
certifi==2025.4.26
|
11 |
charset-normalizer==3.4.2
|
12 |
click==8.1.8
|
@@ -27,14 +28,22 @@ flatbuffers==25.2.10
|
|
27 |
fonttools==4.58.0
|
28 |
frozenlist==1.6.0
|
29 |
fsspec==2025.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
googlemaps==4.10.0
|
31 |
gradio==5.29.1
|
32 |
gradio_client==1.10.1
|
33 |
greenlet==3.2.2
|
34 |
groovy==0.1.2
|
|
|
35 |
h11==0.16.0
|
36 |
hmmlearn==0.3.3
|
37 |
httpcore==1.0.9
|
|
|
38 |
httpx==0.28.1
|
39 |
httpx-sse==0.4.0
|
40 |
huggingface-hub==0.31.2
|
@@ -50,6 +59,7 @@ kiwisolver==1.4.8
|
|
50 |
langchain==0.3.25
|
51 |
langchain-community==0.3.24
|
52 |
langchain-core==0.3.59
|
|
|
53 |
langchain-text-splitters==0.3.8
|
54 |
langsmith==0.3.42
|
55 |
lxml==5.4.0
|
@@ -72,7 +82,10 @@ pillow==11.2.1
|
|
72 |
plotly==6.1.0
|
73 |
primp==0.15.0
|
74 |
propcache==0.3.1
|
|
|
75 |
protobuf==6.31.0
|
|
|
|
|
76 |
pyAudioAnalysis==0.3.14
|
77 |
pydantic==2.11.4
|
78 |
pydantic-settings==2.9.1
|
@@ -90,6 +103,7 @@ PyYAML==6.0.2
|
|
90 |
requests==2.32.3
|
91 |
requests-toolbelt==1.0.0
|
92 |
rich==14.0.0
|
|
|
93 |
ruff==0.11.9
|
94 |
safehttpx==0.1.6
|
95 |
scikit-learn==1.6.1
|
@@ -114,6 +128,7 @@ typing-inspect==0.9.0
|
|
114 |
typing-inspection==0.4.0
|
115 |
typing_extensions==4.13.2
|
116 |
tzdata==2025.2
|
|
|
117 |
urllib3==2.4.0
|
118 |
uvicorn==0.34.2
|
119 |
websockets==15.0.1
|
|
|
7 |
arxiv==2.2.0
|
8 |
attrs==25.3.0
|
9 |
beautifulsoup4==4.13.4
|
10 |
+
cachetools==5.5.2
|
11 |
certifi==2025.4.26
|
12 |
charset-normalizer==3.4.2
|
13 |
click==8.1.8
|
|
|
28 |
fonttools==4.58.0
|
29 |
frozenlist==1.6.0
|
30 |
fsspec==2025.3.2
|
31 |
+
google-api-core==2.24.2
|
32 |
+
google-api-python-client==2.169.0
|
33 |
+
google-auth==2.40.1
|
34 |
+
google-auth-httplib2==0.2.0
|
35 |
+
google-cloud-core==2.4.3
|
36 |
+
googleapis-common-protos==1.70.0
|
37 |
googlemaps==4.10.0
|
38 |
gradio==5.29.1
|
39 |
gradio_client==1.10.1
|
40 |
greenlet==3.2.2
|
41 |
groovy==0.1.2
|
42 |
+
grpcio==1.71.0
|
43 |
h11==0.16.0
|
44 |
hmmlearn==0.3.3
|
45 |
httpcore==1.0.9
|
46 |
+
httplib2==0.22.0
|
47 |
httpx==0.28.1
|
48 |
httpx-sse==0.4.0
|
49 |
huggingface-hub==0.31.2
|
|
|
59 |
langchain==0.3.25
|
60 |
langchain-community==0.3.24
|
61 |
langchain-core==0.3.59
|
62 |
+
langchain-google-community==2.0.7
|
63 |
langchain-text-splitters==0.3.8
|
64 |
langsmith==0.3.42
|
65 |
lxml==5.4.0
|
|
|
82 |
plotly==6.1.0
|
83 |
primp==0.15.0
|
84 |
propcache==0.3.1
|
85 |
+
proto-plus==1.26.1
|
86 |
protobuf==6.31.0
|
87 |
+
pyasn1==0.6.1
|
88 |
+
pyasn1_modules==0.4.2
|
89 |
pyAudioAnalysis==0.3.14
|
90 |
pydantic==2.11.4
|
91 |
pydantic-settings==2.9.1
|
|
|
103 |
requests==2.32.3
|
104 |
requests-toolbelt==1.0.0
|
105 |
rich==14.0.0
|
106 |
+
rsa==4.9.1
|
107 |
ruff==0.11.9
|
108 |
safehttpx==0.1.6
|
109 |
scikit-learn==1.6.1
|
|
|
128 |
typing-inspection==0.4.0
|
129 |
typing_extensions==4.13.2
|
130 |
tzdata==2025.2
|
131 |
+
uritemplate==4.1.1
|
132 |
urllib3==2.4.0
|
133 |
uvicorn==0.34.2
|
134 |
websockets==15.0.1
|