Skip to content

Commit

Permalink
chore(deps): unpin pyo3 (#59)
Browse files Browse the repository at this point in the history
Following suggestion from PyO3/maturin#1960 (comment)
  • Loading branch information
jeertmans committed Feb 29, 2024
1 parent 6864349 commit 9ef9ddb
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 50 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
permissions:
contents: read

env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

jobs:
linux:
runs-on: ubuntu-latest
Expand Down
106 changes: 57 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nalgebra = "0.32.3"
ndarray = {version = "0.15", features = ["rayon"]}
numpy = "0.20"
obj-rs = "0.7.1"
pyo3 = "0.20,<=0.20.2"
pyo3 = "0.20"

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit 9ef9ddb

Please sign in to comment.