File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77- Dependencies: Validated on CI with Python 3.14
88- Dependencies: Permitted installation of pyarrow 23
99- Dependencies: Permitted installation of duckdb 1.x
10- - Dependencies: Permitted installation of pandas 2.3
10+ - Dependencies: Permitted installation of pandas 3.0
1111- PyMongo adapter: Adapted to CrateDB 6.2+ which disallows writes to ` _id ` columns
1212- CI: Validated against InfluxDB 2.8
1313
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ optional-dependencies.cfr = [
127127 " marimo<0.20" ,
128128 " matplotlib<3.11" ,
129129 " numpy<2.5" ,
130- " pandas<2.4 " ,
130+ " pandas<3.1 " ,
131131 " polars<1.39" ,
132132 " pyarrow<24" ,
133133 " queryanonymizer<1.2" ,
@@ -173,14 +173,14 @@ optional-dependencies.influxdb = [
173173]
174174optional-dependencies.io = [
175175 " cratedb-toolkit[io-base]" ,
176- " pandas>=1,<2.4 " ,
176+ " pandas>=1,<3.1 " ,
177177 " sqlalchemy>=2" ,
178178]
179179optional-dependencies.io-base = [
180180 " cr8" ,
181181 " dask[dataframe]>=2020" ,
182182 " fsspec[http,s3]" ,
183- " pandas>=1,<2.4 " ,
183+ " pandas>=1,<3.1 " ,
184184 " polars<1.37" ,
185185 " universal-pathlib<0.4" ,
186186]
You can’t perform that action at this time.
0 commit comments