Skip to content

Commit 36531b1

Browse files
committed
Dependencies: Permit installation of pandas 3.0
1 parent a8a8902 commit 36531b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
174174
optional-dependencies.io = [
175175
"cratedb-toolkit[io-base]",
176-
"pandas>=1,<2.4",
176+
"pandas>=1,<3.1",
177177
"sqlalchemy>=2",
178178
]
179179
optional-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
]

0 commit comments

Comments
 (0)