Skip to content

Commit

Permalink
Fix pyodide compilation (#906)
Browse files Browse the repository at this point in the history
Closes #868
  • Loading branch information
kylebarron authored Dec 5, 2024
1 parent cd7a238 commit 8764fc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -76,3 +76,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
cc = "1.1, <1.2"

0 comments on commit 8764fc3

Please sign in to comment.