Skip to content

Commit

Permalink
fix pyodide compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 16, 2024
1 parent aa0e82e commit 4d1e9a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions python/geoarrow-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ url = "2.5"
reqwest = { version = "*", features = ["rustls-tls-native-roots"] }
# Compile openssl from source
openssl = { version = "0.10", features = ["vendored"] }

# Pin to fix strange pyodide compilation errors.
# See https://github.com/geoarrow/geoarrow-rs/issues/868
zstd-sys = "2.0.12+zstd.1.5.6"

0 comments on commit 4d1e9a9

Please sign in to comment.