Skip to content

Commit

Permalink
osx build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed May 13, 2024
1 parent 9b07eec commit aea6158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Build wheels
run: |
python3 -m pip install maturin
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
maturin build -F python --release --strip --target universal2-apple-darwin
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ndarray = { version = "0.15.3", features = ["serde"] }
# python build
pyo3 = { version = "0.19.2", features = ["extension-module"], optional = true }
numpy = { version = "0.19.0", optional = true }

indexmap = { version = "1.6.2", features = ["std"] }
proc-macro2 = "1.0.82"

# wasm build
Expand Down

0 comments on commit aea6158

Please sign in to comment.