Skip to content

Commit 4f479b2

Browse files
committed
Also pin pyo3 dependecy to 0.5.0 for now
1 parent 88a6a7c commit 4f479b2

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.43"
1515
num-complex = "0.2.1"
1616
num-traits = "0.2.6"
1717
ndarray = "0.12.0"
18-
pyo3 = "0.5.0"
18+
pyo3 = "= 0.5.0"
1919

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

0 commit comments

Comments
 (0)