Skip to content

Commit

Permalink
FIX: remove gil-refs feature of PyO3
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Nov 22, 2024
1 parent d374797 commit af18ae9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ anyhow = "1.0"
paste = "1.0"
#num-complex = "0.3"
netcdf = { version = "0.7", optional = true, default-features = false }
pyo3 = { version = "0.23", optional = true, features = [
"auto-initialize",
"gil-refs",
] }
pyo3 = { version = "0.23", optional = true, features = ["auto-initialize"] }
blas = { version = "0.22", optional = true }
lapack = { version = "0.19", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit af18ae9

Please sign in to comment.