File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ num-complex = "0.4.6"
38
38
numpy = " >= 0.24.0"
39
39
prettyplease = " 0.2.32"
40
40
proc-macro2 = " 1.0.95"
41
- pyo3 = " >= 0.24.0, < 0.25.0 " # Keep 0.24.x for testing
41
+ pyo3 = " >= 0.24.0"
42
42
quote = " 1.0.40"
43
43
serde = { version = " 1.0.219" , features = [" derive" ] }
44
44
syn = " 2.0.101"
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ crate-type = ["cdylib", "rlib"]
10
10
[dependencies ]
11
11
ahash = " 0.8.11"
12
12
env_logger = " 0.11.8"
13
- pyo3 = { version = " >= 0.24.0" , features = [" abi3-py39" ] }
13
+ # Use 0.24 since the issue #184 is automatically fixed in 0.25
14
+ pyo3 = { version = " 0.24.0" , features = [" abi3-py39" ] }
14
15
pyo3-stub-gen = { path = " ../../pyo3-stub-gen" }
15
16
16
17
[[bin ]]
You can’t perform that action at this time.
0 commit comments