From 919c19e5a16df89deded5b1c71290b7646333c44 Mon Sep 17 00:00:00 2001 From: Masterchef365 Date: Fri, 6 Mar 2020 11:22:58 -0800 Subject: [PATCH] Switch pyo3 crate version from git to crates.io alpha --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f876f919d..28753f3ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ libc = "0.2" num-complex = "0.2" num-traits = "0.2" ndarray = ">=0.13" -pyo3 = { git = "https://github.com/PyO3/pyo3.git" } +pyo3 = "0.9.0-alpha.1" [features] # In default setting, python version is automatically detected