Skip to content

Commit

Permalink
fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 6, 2023
1 parent 0f57529 commit b1e07f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "eigs"
crate-type = ["lib", "cdylib"]

[dependencies]
eigs_rs = {path="../rust", package="eigs"}
eigs_rs = {version="0.0.3", package="eigs"}
num-complex = "0.4.4"
pyo3 = {version="0.19.2", features=["extension-module"]}
umfpack-rs = "0.0.1"

0 comments on commit b1e07f7

Please sign in to comment.