Skip to content

Commit 919c19e

Browse files
committed
Switch pyo3 crate version from git to crates.io alpha
1 parent 8af258b commit 919c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libc = "0.2"
1515
num-complex = "0.2"
1616
num-traits = "0.2"
1717
ndarray = ">=0.13"
18-
pyo3 = { git = "https://github.com/PyO3/pyo3.git" }
18+
pyo3 = "0.9.0-alpha.1"
1919

2020
[features]
2121
# In default setting, python version is automatically detected

0 commit comments

Comments
 (0)