Skip to content

Commit d6c18de

Browse files
committed
I/O: Apache Iceberg (relocate dependencies)
1 parent f0872b4 commit d6c18de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,18 +171,17 @@ optional-dependencies.influxdb = [
171171
"sqlalchemy>=2",
172172
]
173173
optional-dependencies.io = [
174+
"connectorx<0.5",
174175
"cratedb-toolkit[io-base]",
175-
"pandas>=1,<3.1",
176+
"pyiceberg[adlfs,bigquery,dynamodb,gcsfs,glue,hive,pyarrow,s3fs]<0.12",
176177
"sqlalchemy>=2",
177178
]
178179
optional-dependencies.io-base = [
179-
"connectorx<0.5",
180180
"cr8",
181181
"dask[dataframe]>=2020",
182182
"fsspec[http,s3]",
183183
"pandas>=1,<3.1",
184184
"polars<1.39",
185-
"pyiceberg[adlfs,bigquery,dynamodb,gcsfs,glue,hive,pyarrow,s3fs]<0.12",
186185
"universal-pathlib<0.4",
187186
]
188187
optional-dependencies.io-ingestr = [

0 commit comments

Comments
 (0)