Spaces:
Sleeping
Sleeping
change to gemini
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
|
@@ -27,14 +27,23 @@ fsspec==2025.3.2
|
|
| 27 |
gast==0.6.0
|
| 28 |
gitdb==4.0.12
|
| 29 |
GitPython==3.1.44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
google-pasta==0.2.0
|
|
|
|
| 31 |
greenlet==3.2.1
|
| 32 |
griffe==1.7.3
|
| 33 |
grpcio==1.71.0
|
|
|
|
| 34 |
h11==0.16.0
|
| 35 |
h5py==3.13.0
|
| 36 |
hf-xet==1.1.0
|
| 37 |
httpcore==1.0.9
|
|
|
|
| 38 |
httpx==0.28.1
|
| 39 |
huggingface-hub==0.31.1
|
| 40 |
idna==3.10
|
|
@@ -85,12 +94,16 @@ pandas==2.2.3
|
|
| 85 |
pillow==11.2.1
|
| 86 |
platformdirs==4.3.8
|
| 87 |
propcache==0.3.1
|
|
|
|
| 88 |
protobuf==5.29.4
|
| 89 |
pyarrow==20.0.0
|
|
|
|
|
|
|
| 90 |
pydantic==2.11.4
|
| 91 |
pydantic_core==2.33.2
|
| 92 |
pydeck==0.9.1
|
| 93 |
Pygments==2.19.1
|
|
|
|
| 94 |
pypdf==5.4.0
|
| 95 |
python-dateutil==2.9.0.post0
|
| 96 |
python-dotenv==1.1.0
|
|
@@ -101,6 +114,7 @@ regex==2024.11.6
|
|
| 101 |
requests==2.32.3
|
| 102 |
rich==14.0.0
|
| 103 |
rpds-py==0.24.0
|
|
|
|
| 104 |
safetensors==0.5.3
|
| 105 |
six==1.17.0
|
| 106 |
smmap==5.0.2
|
|
@@ -128,6 +142,7 @@ typing-inspect==0.9.0
|
|
| 128 |
typing-inspection==0.4.0
|
| 129 |
typing_extensions==4.13.2
|
| 130 |
tzdata==2025.2
|
|
|
|
| 131 |
urllib3==2.4.0
|
| 132 |
Werkzeug==3.1.3
|
| 133 |
wrapt==1.17.2
|
|
|
|
| 27 |
gast==0.6.0
|
| 28 |
gitdb==4.0.12
|
| 29 |
GitPython==3.1.44
|
| 30 |
+
google-ai-generativelanguage==0.6.15
|
| 31 |
+
google-api-core==2.25.0rc1
|
| 32 |
+
google-api-python-client==2.169.0
|
| 33 |
+
google-auth==2.40.1
|
| 34 |
+
google-auth-httplib2==0.2.0
|
| 35 |
+
google-generativeai==0.8.5
|
| 36 |
google-pasta==0.2.0
|
| 37 |
+
googleapis-common-protos==1.70.0
|
| 38 |
greenlet==3.2.1
|
| 39 |
griffe==1.7.3
|
| 40 |
grpcio==1.71.0
|
| 41 |
+
grpcio-status==1.71.0
|
| 42 |
h11==0.16.0
|
| 43 |
h5py==3.13.0
|
| 44 |
hf-xet==1.1.0
|
| 45 |
httpcore==1.0.9
|
| 46 |
+
httplib2==0.22.0
|
| 47 |
httpx==0.28.1
|
| 48 |
huggingface-hub==0.31.1
|
| 49 |
idna==3.10
|
|
|
|
| 94 |
pillow==11.2.1
|
| 95 |
platformdirs==4.3.8
|
| 96 |
propcache==0.3.1
|
| 97 |
+
proto-plus==1.26.1
|
| 98 |
protobuf==5.29.4
|
| 99 |
pyarrow==20.0.0
|
| 100 |
+
pyasn1==0.6.1
|
| 101 |
+
pyasn1_modules==0.4.2
|
| 102 |
pydantic==2.11.4
|
| 103 |
pydantic_core==2.33.2
|
| 104 |
pydeck==0.9.1
|
| 105 |
Pygments==2.19.1
|
| 106 |
+
pyparsing==3.2.3
|
| 107 |
pypdf==5.4.0
|
| 108 |
python-dateutil==2.9.0.post0
|
| 109 |
python-dotenv==1.1.0
|
|
|
|
| 114 |
requests==2.32.3
|
| 115 |
rich==14.0.0
|
| 116 |
rpds-py==0.24.0
|
| 117 |
+
rsa==4.9.1
|
| 118 |
safetensors==0.5.3
|
| 119 |
six==1.17.0
|
| 120 |
smmap==5.0.2
|
|
|
|
| 142 |
typing-inspection==0.4.0
|
| 143 |
typing_extensions==4.13.2
|
| 144 |
tzdata==2025.2
|
| 145 |
+
uritemplate==4.1.1
|
| 146 |
urllib3==2.4.0
|
| 147 |
Werkzeug==3.1.3
|
| 148 |
wrapt==1.17.2
|