Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
aiohappyeyeballs==2.4.0
|
2 |
-
aiohttp==3.10.
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.4.1
|
5 |
annotated-types==0.7.0
|
@@ -20,13 +20,13 @@ Cython==3.0.11
|
|
20 |
decorator==5.1.1
|
21 |
exceptiongroup==1.2.2
|
22 |
fire==0.6.0
|
23 |
-
fonttools==4.54.
|
24 |
frozenlist==1.4.1
|
25 |
gitdb==4.0.11
|
26 |
GitPython==3.1.43
|
27 |
google-ai-generativelanguage==0.6.6
|
28 |
google-api-core==2.20.0
|
29 |
-
google-api-python-client==2.
|
30 |
google-auth==2.35.0
|
31 |
google-auth-httplib2==0.2.0
|
32 |
google-generativeai==0.7.2
|
@@ -51,7 +51,7 @@ langchain==0.3.0
|
|
51 |
langchain-core==0.3.5
|
52 |
langchain-google-genai==2.0.0
|
53 |
langchain-text-splitters==0.3.0
|
54 |
-
langsmith==0.1.
|
55 |
lazy_loader==0.4
|
56 |
lmdb==1.5.1
|
57 |
lxml==5.3.0
|
@@ -60,7 +60,7 @@ MarkupSafe==2.1.5
|
|
60 |
matplotlib==3.9.2
|
61 |
mdurl==0.1.2
|
62 |
multidict==6.1.0
|
63 |
-
narwhals==1.8.
|
64 |
networkx==3.3
|
65 |
numpy==1.26.4
|
66 |
opencv-contrib-python==4.10.0.84
|
@@ -74,7 +74,7 @@ pandas==2.2.3
|
|
74 |
pdf2image==1.17.0
|
75 |
pillow==10.4.0
|
76 |
proto-plus==1.24.0
|
77 |
-
protobuf==
|
78 |
pyarrow==17.0.0
|
79 |
pyasn1==0.6.1
|
80 |
pyasn1_modules==0.4.1
|
@@ -105,7 +105,6 @@ sniffio==1.3.1
|
|
105 |
soupsieve==2.6
|
106 |
SQLAlchemy==2.0.35
|
107 |
streamlit==1.38.0
|
108 |
-
streamlit-card==1.0.2
|
109 |
tenacity==8.5.0
|
110 |
termcolor==2.4.0
|
111 |
tifffile==2024.9.20
|
@@ -117,4 +116,4 @@ tzdata==2024.2
|
|
117 |
uritemplate==4.1.1
|
118 |
urllib3==2.2.3
|
119 |
watchdog==4.0.2
|
120 |
-
yarl==1.12.
|
|
|
1 |
aiohappyeyeballs==2.4.0
|
2 |
+
aiohttp==3.10.6
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.4.1
|
5 |
annotated-types==0.7.0
|
|
|
20 |
decorator==5.1.1
|
21 |
exceptiongroup==1.2.2
|
22 |
fire==0.6.0
|
23 |
+
fonttools==4.54.1
|
24 |
frozenlist==1.4.1
|
25 |
gitdb==4.0.11
|
26 |
GitPython==3.1.43
|
27 |
google-ai-generativelanguage==0.6.6
|
28 |
google-api-core==2.20.0
|
29 |
+
google-api-python-client==2.147.0
|
30 |
google-auth==2.35.0
|
31 |
google-auth-httplib2==0.2.0
|
32 |
google-generativeai==0.7.2
|
|
|
51 |
langchain-core==0.3.5
|
52 |
langchain-google-genai==2.0.0
|
53 |
langchain-text-splitters==0.3.0
|
54 |
+
langsmith==0.1.128
|
55 |
lazy_loader==0.4
|
56 |
lmdb==1.5.1
|
57 |
lxml==5.3.0
|
|
|
60 |
matplotlib==3.9.2
|
61 |
mdurl==0.1.2
|
62 |
multidict==6.1.0
|
63 |
+
narwhals==1.8.3
|
64 |
networkx==3.3
|
65 |
numpy==1.26.4
|
66 |
opencv-contrib-python==4.10.0.84
|
|
|
74 |
pdf2image==1.17.0
|
75 |
pillow==10.4.0
|
76 |
proto-plus==1.24.0
|
77 |
+
protobuf==3.20.2
|
78 |
pyarrow==17.0.0
|
79 |
pyasn1==0.6.1
|
80 |
pyasn1_modules==0.4.1
|
|
|
105 |
soupsieve==2.6
|
106 |
SQLAlchemy==2.0.35
|
107 |
streamlit==1.38.0
|
|
|
108 |
tenacity==8.5.0
|
109 |
termcolor==2.4.0
|
110 |
tifffile==2024.9.20
|
|
|
116 |
uritemplate==4.1.1
|
117 |
urllib3==2.2.3
|
118 |
watchdog==4.0.2
|
119 |
+
yarl==1.12.1
|