Spaces:
Running
Running
Remove pywin32 for Linux compatibility
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -49,7 +49,6 @@ google-api-core==2.24.1
|
|
49 |
google-api-python-client==2.162.0
|
50 |
google-auth-httplib2==0.2.0
|
51 |
google-auth==2.38.0
|
52 |
-
google-genai==1.3.0
|
53 |
google-generativeai==0.8.4
|
54 |
googleapis-common-protos==1.69.0
|
55 |
grpcio-status==1.71.0rc2
|
@@ -123,8 +122,8 @@ pyarrow==19.0.1
|
|
123 |
pyasn1-modules==0.4.1
|
124 |
pyasn1==0.6.1
|
125 |
pycparser==2.22
|
126 |
-
pydantic
|
127 |
-
pydantic
|
128 |
pydeck==0.9.1
|
129 |
pygments==2.19.1
|
130 |
pymongo==4.11.2
|
@@ -133,6 +132,7 @@ python-dateutil==2.9.0.post0
|
|
133 |
python-docx==1.1.2
|
134 |
python-dotenv==1.0.1
|
135 |
python-json-logger==3.2.1
|
|
|
136 |
python-pptx==1.0.2
|
137 |
pytz==2025.1
|
138 |
pyzmq==25.0.2
|
@@ -177,4 +177,3 @@ wheel==0.45.1
|
|
177 |
widgetsnbextension==4.0.13
|
178 |
xlwings==0.33.11
|
179 |
zipp==3.21.0
|
180 |
-
python-magic
|
|
|
49 |
google-api-python-client==2.162.0
|
50 |
google-auth-httplib2==0.2.0
|
51 |
google-auth==2.38.0
|
|
|
52 |
google-generativeai==0.8.4
|
53 |
googleapis-common-protos==1.69.0
|
54 |
grpcio-status==1.71.0rc2
|
|
|
122 |
pyasn1-modules==0.4.1
|
123 |
pyasn1==0.6.1
|
124 |
pycparser==2.22
|
125 |
+
pydantic-core==2.27.2
|
126 |
+
pydantic==2.10.6
|
127 |
pydeck==0.9.1
|
128 |
pygments==2.19.1
|
129 |
pymongo==4.11.2
|
|
|
132 |
python-docx==1.1.2
|
133 |
python-dotenv==1.0.1
|
134 |
python-json-logger==3.2.1
|
135 |
+
python-magic
|
136 |
python-pptx==1.0.2
|
137 |
pytz==2025.1
|
138 |
pyzmq==25.0.2
|
|
|
177 |
widgetsnbextension==4.0.13
|
178 |
xlwings==0.33.11
|
179 |
zipp==3.21.0
|
|