Skip to content

Commit aea6158

Browse files
committed
osx build fixes
1 parent 9b07eec commit aea6158

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Build wheels
5757
run: |
5858
python3 -m pip install maturin
59+
rustup target add x86_64-apple-darwin
5960
rustup target add aarch64-apple-darwin
6061
maturin build -F python --release --strip --target universal2-apple-darwin
6162
- uses: actions/upload-artifact@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ndarray = { version = "0.15.3", features = ["serde"] }
1515
# python build
1616
pyo3 = { version = "0.19.2", features = ["extension-module"], optional = true }
1717
numpy = { version = "0.19.0", optional = true }
18-
18+
indexmap = { version = "1.6.2", features = ["std"] }
1919
proc-macro2 = "1.0.82"
2020

2121
# wasm build

0 commit comments

Comments
 (0)