Skip to content

Commit

Permalink
FIX: downgrade PyO3
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Nov 22, 2024
1 parent af18ae9 commit c0c57f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ 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"] }
pyo3 = { version = "0.22", optional = true, features = [
"auto-initialize",
"gil-refs",
] }
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 c0c57f6

Please sign in to comment.