Skip to content

Commit

Permalink
try fix pyodide CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 20, 2025
1 parent 22d6452 commit 41a2d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/polars-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Error definitions for the Polars DataFrame library"
[dependencies]
arrow-format = { workspace = true, optional = true }
avro-schema = { workspace = true, optional = true }
object_store = { workspace = true, optional = true }
object_store = { workspace = true, optional = true, default-features = false }
regex = { workspace = true, optional = true }
simdutf8 = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ itoa = { workspace = true, optional = true }
memchr = { workspace = true }
memmap = { workspace = true }
num-traits = { workspace = true }
object_store = { workspace = true, optional = true }
object_store = { workspace = true, optional = true, default-features = false }
once_cell = { workspace = true }
percent-encoding = { workspace = true }
pyo3 = { workspace = true, optional = true }
Expand Down

0 comments on commit 41a2d92

Please sign in to comment.