File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ libc = "0.2"
19
19
num-complex = " >= 0.2, <= 0.4"
20
20
num-traits = " 0.2"
21
21
ndarray = " >= 0.13, < 0.16"
22
- pyo3 = { version = " 0.15 " , default-features = false }
22
+ pyo3 = { git = " https://github.com/PyO3/pyo3.git " , branch = " main " , default-features = false }
23
23
24
24
[dev-dependencies ]
25
- pyo3 = { version = " 0.15 " , features = [" auto-initialize" ] }
25
+ pyo3 = { git = " https://github.com/PyO3/pyo3.git " , branch = " main " , features = [" auto-initialize" ] }
26
26
27
27
[workspace ]
28
28
members = [" examples/*" ]
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ name = "rust_linalg"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- pyo3 = { version = " 0.15 " , features = [" extension-module" ] }
12
+ pyo3 = { git = " https://github.com/PyO3/pyo3.git " , branch = " main " , features = [" extension-module" ] }
13
13
numpy = { path = " ../.." }
14
14
ndarray-linalg = { version = " 0.14.1" , features = [" openblas-system" ] }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "rust_parallel"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- pyo3 = { version = " 0.15 " , features = [" extension-module" ] }
12
+ pyo3 = { git = " https://github.com/PyO3/pyo3.git " , branch = " main " , features = [" extension-module" ] }
13
13
numpy = { path = " ../.." }
14
14
ndarray = { version = " 0.15" , features = [" rayon" , " blas" ] }
15
15
blas-src = { version = " 0.8" , features = [" openblas" ] }
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ name = "rust_ext"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- pyo3 = { version = " 0.15 " , features = [" extension-module" ] }
12
+ pyo3 = { git = " https://github.com/PyO3/pyo3.git " , branch = " main " , features = [" extension-module" ] }
13
13
numpy = { path = " ../.." }
You can’t perform that action at this time.
0 commit comments