Skip to content

Commit 6abd512

Browse files
Update numpy and pyo3 to latest versions
1 parent 126145a commit 6abd512

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

Cargo.lock

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

pineappl_py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ crate-type = ["cdylib"]
2929
[dependencies]
3030
itertools = "0.10.1"
3131
ndarray = "0.15.4"
32-
numpy = "0.22.0"
32+
numpy = "0.24.0"
3333
pineappl = { path = "../pineappl", version = "=1.0.0-alpha3" }
34-
pyo3 = { features = ["extension-module"], version = "0.22.5" }
34+
pyo3 = { features = ["extension-module"], version = "0.24.1" }

0 commit comments

Comments
 (0)