Skip to content

Commit d5618fd

Browse files
committed
Upgrade pyo3 dependencies
1 parent 08a9243 commit d5618fd

File tree

2 files changed

+73
-78
lines changed

2 files changed

+73
-78
lines changed

Cargo.lock

Lines changed: 67 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pysplashsurf/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ license.workspace = true
88
[dependencies]
99
splashsurf = { path = "../splashsurf" }
1010
splashsurf_lib = { path = "../splashsurf_lib" }
11-
pyo3 = { version = "0.27", features = ["anyhow"] }
12-
numpy = "0.27"
13-
ndarray = "0.16.1"
11+
pyo3 = { version = "0.28", features = ["anyhow"] }
12+
numpy = "0.28"
13+
ndarray = "0.17"
1414
bytemuck = { version = "1.23", features = ["extern_crate_alloc"] }
15-
anyhow = "1.0.98"
16-
pyo3-stub-gen = "0.16.1"
15+
anyhow = "1.0"
16+
pyo3-stub-gen = "0.19"
1717

1818
[build-dependencies]
19-
pyo3-build-config = { version = "0.27" , features = ["resolve-config"] }
19+
pyo3-build-config = { version = "0.28" , features = ["resolve-config"] }
2020

2121
[features]
2222
extension-module = ["pyo3/extension-module", "pyo3/abi3-py310"]

0 commit comments

Comments
 (0)